nz.ac.auckland.integration.testing.resource.TestResource 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.resource;
/**
* An interface for providing test resources for expectations
* or requests/inputs
*
* @author David MacDonald
*/
public interface TestResource {
/**
* @return The test resource in the appropriate format
* @throws java.lang.Exception if there is a problem obtaining the value
*/
public Object getValue() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy