@Nested @DisplayName(value="LDP Basic Containment tests") public class AbstractApplicationLdpTests.BasicContainmentTests extends java.lang.Object implements LdpBasicContainerTests
BASIC_CONTAINER, BASIC_CONTAINER_LABEL, ENG| Constructor and Description |
|---|
BasicContainmentTests() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChildLocation()
Get the location of the child resource.
|
java.lang.String |
getContainerLocation()
Get the location of the test container.
|
javax.ws.rs.core.EntityTag |
getFirstETag()
Get the first etag.
|
javax.ws.rs.core.EntityTag |
getFourthETag()
Get the fourth etag.
|
javax.ws.rs.core.EntityTag |
getSecondETag()
Get the second etag.
|
javax.ws.rs.core.EntityTag |
getThirdETag()
Get the third etag.
|
void |
setChildLocation(java.lang.String location)
Set the location of the child 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 |
setFourthETag(javax.ws.rs.core.EntityTag etag)
Set the fourth etag.
|
void |
setSecondETag(javax.ws.rs.core.EntityTag etag)
Set the second etag.
|
void |
setThirdETag(javax.ws.rs.core.EntityTag etag)
Set the third etag.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeAllTests, testCreateContainerViaPost, testCreateContainerViaPut, testCreateContainerWithSlug, testDeleteContainer, testGetContainer, testGetEmptyContainer, testGetInverseEmptyContainergetBaseURL, getClient, target, targetpublic void setChildLocation(java.lang.String location)
LdpBasicContainerTestssetChildLocation in interface LdpBasicContainerTestslocation - the locationpublic java.lang.String getChildLocation()
LdpBasicContainerTestsgetChildLocation in interface LdpBasicContainerTestspublic void setContainerLocation(java.lang.String location)
LdpBasicContainerTestssetContainerLocation in interface LdpBasicContainerTestslocation - the locationpublic java.lang.String getContainerLocation()
LdpBasicContainerTestsgetContainerLocation in interface LdpBasicContainerTestspublic void setFirstETag(javax.ws.rs.core.EntityTag etag)
LdpBasicContainerTestssetFirstETag in interface LdpBasicContainerTestsetag - the etagpublic javax.ws.rs.core.EntityTag getFirstETag()
LdpBasicContainerTestsgetFirstETag in interface LdpBasicContainerTestspublic void setSecondETag(javax.ws.rs.core.EntityTag etag)
LdpBasicContainerTestssetSecondETag in interface LdpBasicContainerTestsetag - the etagpublic javax.ws.rs.core.EntityTag getSecondETag()
LdpBasicContainerTestsgetSecondETag in interface LdpBasicContainerTestspublic void setThirdETag(javax.ws.rs.core.EntityTag etag)
LdpBasicContainerTestssetThirdETag in interface LdpBasicContainerTestsetag - the etagpublic javax.ws.rs.core.EntityTag getThirdETag()
LdpBasicContainerTestsgetThirdETag in interface LdpBasicContainerTestspublic void setFourthETag(javax.ws.rs.core.EntityTag etag)
LdpBasicContainerTestssetFourthETag in interface LdpBasicContainerTestsetag - the etagpublic javax.ws.rs.core.EntityTag getFourthETag()
LdpBasicContainerTestsgetFourthETag in interface LdpBasicContainerTests