@TestInstance(value=PER_CLASS) public interface MementoBinaryTests extends MementoResourceTests
| Modifier and Type | Method and Description |
|---|---|
default java.util.Map<java.lang.String,java.lang.String> |
getMementos()
Build a list of all Mementos.
|
default void |
testCanonicalHeader()
Check the link headers on a binary Memento.
|
default void |
testCanonicalHeaderDescriptions()
Check the link headers on a binary description Memento.
|
default void |
testMementoBinaryDescriptionLdpResource()
Test that memento binary descriptions are also LDP resources.
|
default void |
testMementoContent()
Test the content of a binary memento resource.
|
default void |
testMementoLdpResource()
Test that memento resources are also LDP resources.
|
testMementoAcceptDateTimeHeader, testMementoAllowedMethods, testMementoDateTimeHeader, testMementosWereFoundbeforeAllTests, getBinaryLocation, getResourceLocation, setBinaryLocation, setResourceLocationgetBaseURL, getClient, target, targetdefault java.util.Map<java.lang.String,java.lang.String> getMementos()
getMementos in interface MementoResourceTests@Test @DisplayName(value="Test the link canonical header") default void testCanonicalHeader()
@Test @DisplayName(value="Test the link canonical header") default void testCanonicalHeaderDescriptions()
@Test @DisplayName(value="Test the content of memento resources") default void testMementoContent()
testMementoContent in interface MementoResourceTests@Test @DisplayName(value="Test that memento resources are also LDP resources") default void testMementoLdpResource()
testMementoLdpResource in interface MementoResourceTests@Test @DisplayName(value="Test that memento binary descriptions are also LDP resources") default void testMementoBinaryDescriptionLdpResource()