Package org.jitterbit.integration.data.validation

Examples of org.jitterbit.integration.data.validation.SimpleValidatorMessageCollector.verify()


    }

    private void verifyValidation(ValidationStatus expected) {
        SimpleValidatorMessageCollector collector = new SimpleValidatorMessageCollector();
        new HttpEndpointValidator(endpoint, collector).run();
        collector.verify(expected);
    }
   
    @Test
    public void ensureEmptyOperationListIsDetected() {
        endpoint.setTriggeredOperations(new TriggeredOperations());
View Full Code Here

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.