Package betsy.bpel

Source Code of betsy.bpel.ValidatorTest

package betsy.bpel;

import betsy.bpel.validation.Validator;
import configuration.bpel.BPELProcessRepository;
import org.junit.Test;

public class ValidatorTest {
    @Test
    public void testValidityOfAllProcesses() {
        new Validator(new BPELProcessRepository().getByName("ALL")).validate();
    }

}
TOP

Related Classes of betsy.bpel.ValidatorTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.