nz.ac.auckland.integration.testing.validator.Validator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soaunit Show documentation
Show all versions of soaunit Show documentation
Orchestrated Testing of SOA Artifacts Using Apache Camel
The newest version!
package nz.ac.auckland.integration.testing.validator;
import org.apache.camel.Exchange;
/**
* An interface for validating responses or expectations
*
* @author David MacDonald
*/
public interface Validator {
public boolean validate(Exchange exchange);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy