public interface MementoCommonTests extends CommonTests
| Modifier and Type | Method and Description |
|---|---|
default void |
beforeAllTests()
Set up the memento resources.
|
java.lang.String |
getBinaryLocation()
Get the location of the test binary resource.
|
java.lang.String |
getResourceLocation()
Get the location of the test resource.
|
void |
setBinaryLocation(java.lang.String location)
Set the test binary resource locaiton.
|
void |
setResourceLocation(java.lang.String location)
Set the test resource location.
|
getBaseURL, getClient, target, targetjava.lang.String getResourceLocation()
void setResourceLocation(java.lang.String location)
location - the URL of the test resourcejava.lang.String getBinaryLocation()
void setBinaryLocation(java.lang.String location)
location - the URL of the test binary resource@BeforeAll default void beforeAllTests()