@TestInstance(value=PER_CLASS) public interface MementoTimeMapTests extends MementoCommonTests
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TIMEMAP_QUERY_ARG |
| Modifier and Type | Method and Description |
|---|---|
default void |
testTimeMapAllowedMethods()
Test allowed methods on timemap resource.
|
default void |
testTimeMapConnegJsonLd()
Test content negotiation on timemap resource: json-ld.
|
default void |
testTimeMapConnegNTriples()
Test content negotiation on timemap resource: n-triples.
|
default void |
testTimeMapConnegTurtle()
Test content negotiation on timemap resource: turtle.
|
default void |
testTimeMapIsLDPResource()
Test that the timemap resource is an LDP resource.
|
default void |
testTimeMapLinkHeader()
Test the presence of a rel=timemap Link header.
|
default void |
testTimeMapMediaType()
Test that the timemap response is application/link-format.
|
default void |
testTimeMapResponseHasTimeMapLink()
Test the timemap response for a rel=timemap.
|
beforeAllTests, getBinaryLocation, getResourceLocation, setBinaryLocation, setResourceLocationgetBaseURL, getClient, target, targetstatic final java.lang.String TIMEMAP_QUERY_ARG
@Test @DisplayName(value="Test the presence of a rel=timemap Link header") default void testTimeMapLinkHeader()
@Test @DisplayName(value="Test the timemap response for a rel=timemap") default void testTimeMapResponseHasTimeMapLink()
@Test @DisplayName(value="Test that the timemap resource is an LDP resource") default void testTimeMapIsLDPResource()
@Test @DisplayName(value="Test that the timemap response is application/link-format") default void testTimeMapMediaType()
@Test @DisplayName(value="Test content negotiation on timemap resource: turtle") default void testTimeMapConnegTurtle()
@Test @DisplayName(value="Test content negotiation on timemap resource: json-ld") default void testTimeMapConnegJsonLd()
@Test @DisplayName(value="Test content negotiation on timemap resource: n-triples") default void testTimeMapConnegNTriples()
@Test @DisplayName(value="Test allowed methods on timemap resource") default void testTimeMapAllowedMethods()