@Nested @DisplayName(value="LDP Binary tests") public class AbstractApplicationLdpTests.BinaryTests extends java.lang.Object implements LdpBinaryTests
BASIC_CONTAINER, CONTENT| Constructor and Description |
|---|
BinaryTests() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeAllTests, testBinaryIsInContainer, testBinaryWantDigestSha, testBinaryWantDigestSha256, testBinaryWantDigestUnknown, testGetBinary, testGetBinaryDescription, testPatchBinaryDescription, testPostBinary, testPostBinaryWithDigestgetBaseURL, getClient, target, targetpublic void setResourceLocation(java.lang.String location)
LdpBinaryTestssetResourceLocation in interface LdpBinaryTestslocation - the locationpublic java.lang.String getResourceLocation()
LdpBinaryTestsgetResourceLocation in interface LdpBinaryTestspublic void setContainerLocation(java.lang.String location)
LdpBinaryTestssetContainerLocation in interface LdpBinaryTestslocation - the locationpublic java.lang.String getContainerLocation()
LdpBinaryTestsgetContainerLocation in interface LdpBinaryTestspublic void setFirstETag(javax.ws.rs.core.EntityTag etag)
LdpBinaryTestssetFirstETag in interface LdpBinaryTestsetag - the etagpublic javax.ws.rs.core.EntityTag getFirstETag()
LdpBinaryTestsgetFirstETag in interface LdpBinaryTestspublic void setSecondETag(javax.ws.rs.core.EntityTag etag)
LdpBinaryTestssetSecondETag in interface LdpBinaryTestsetag - the etagpublic javax.ws.rs.core.EntityTag getSecondETag()
LdpBinaryTestsgetSecondETag in interface LdpBinaryTests