@Nested @DisplayName(value="RDF Serialization tests") public class AbstractApplicationLdpTests.RDFSerializationTests extends java.lang.Object implements LdpRdfTests
ANNOTATION_RESOURCE, BASIC_CONTAINER, SIMPLE_RESOURCE| Constructor and Description |
|---|
RDFSerializationTests() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnotationLocation()
Get the location of the annotation resource.
|
java.lang.String |
getContainerLocation()
Get the location of the test container.
|
javax.ws.rs.core.EntityTag |
getFirstETag()
Get the first etag.
|
java.lang.String |
getResourceLocation()
Get the location of the test resource.
|
javax.ws.rs.core.EntityTag |
getSecondETag()
Get the second etag.
|
void |
setAnnotationLocation(java.lang.String location)
Set the location of the annotation resource.
|
void |
setContainerLocation(java.lang.String location)
Set the location of the test container.
|
void |
setFirstETag(javax.ws.rs.core.EntityTag etag)
Set the first etag.
|
void |
setResourceLocation(java.lang.String location)
Set the location of the test resource.
|
void |
setSecondETag(javax.ws.rs.core.EntityTag etag)
Set the second etag.
|
java.util.Set<java.lang.String> |
supportedJsonLdProfiles()
Return a set of valid JSON-LD profiles that the server supports.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeAllTests, testGetDefault, testGetJsonLdAnnotationProfile, testGetJsonLdCompacted, testGetJsonLdDefault, testGetJsonLdExpanded, testGetNTriples, testGetRDF, testInvalidRDF, testPatchRDF, testPostRDF, testRdfContainment, testWeirdRDFgetBaseURL, getClient, target, targetpublic java.util.Set<java.lang.String> supportedJsonLdProfiles()
LdpRdfTestssupportedJsonLdProfiles in interface LdpRdfTestspublic void setResourceLocation(java.lang.String location)
LdpRdfTestssetResourceLocation in interface LdpRdfTestslocation - the locationpublic java.lang.String getResourceLocation()
LdpRdfTestsgetResourceLocation in interface LdpRdfTestspublic void setAnnotationLocation(java.lang.String location)
LdpRdfTestssetAnnotationLocation in interface LdpRdfTestslocation - the locationpublic java.lang.String getAnnotationLocation()
LdpRdfTestsgetAnnotationLocation in interface LdpRdfTestspublic void setContainerLocation(java.lang.String location)
LdpRdfTestssetContainerLocation in interface LdpRdfTestslocation - the locationpublic java.lang.String getContainerLocation()
LdpRdfTestsgetContainerLocation in interface LdpRdfTestspublic void setFirstETag(javax.ws.rs.core.EntityTag etag)
LdpRdfTestssetFirstETag in interface LdpRdfTestsetag - the etagpublic javax.ws.rs.core.EntityTag getFirstETag()
LdpRdfTestsgetFirstETag in interface LdpRdfTestspublic void setSecondETag(javax.ws.rs.core.EntityTag etag)
LdpRdfTestssetSecondETag in interface LdpRdfTestsetag - the etagpublic javax.ws.rs.core.EntityTag getSecondETag()
LdpRdfTestsgetSecondETag in interface LdpRdfTests