Package betsy.bpmn

Source Code of betsy.bpmn.ProcessValidatorTest

package betsy.bpmn;

import betsy.bpmn.validation.ProcessValidator;
import org.junit.Test;

public class ProcessValidatorTest {

    @Test
    public void testValidityOfAllProcesses() {
        new ProcessValidator().validate();
    }
}
TOP

Related Classes of betsy.bpmn.ProcessValidatorTest

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.