All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.ac.auckland.integration.testing.resource.TestResource Maven / Gradle / Ivy

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