Package org.fcrepo.integration.http.api
Class StateTokensIT
- java.lang.Object
-
- org.fcrepo.integration.http.api.AbstractResourceIT
-
- org.fcrepo.integration.http.api.StateTokensIT
-
@TestExecutionListeners(listeners=TestIsolationExecutionListener.class, mergeMode=MERGE_WITH_DEFAULTS) public class StateTokensIT extends AbstractResourceIT
- Author:
- dbernstein
-
-
Field Summary
-
Fields inherited from class org.fcrepo.integration.http.api.AbstractResourceIT
authPropsConfig, BASIC_CONTAINER_LINK_HEADER, client, containerWrapper, DCTITLE, DIRECT_CONTAINER_LINK_HEADER, logger, NON_RDF_SOURCE_LINK_HEADER, propsConfig, serverAddress
-
-
Constructor Summary
Constructors Constructor Description StateTokensIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAclGetHasStateTokenRDFSource()voidtestAclHeadHasStateTokenRDFSource()voidtestGetHasStateTokenNonRDFSource()voidtestGetHasStateTokenRDFSource()voidtestHeadHasStateTokenNonRDFSource()voidtestHeadHasStateTokenRDFSource()voidtestLdpcvGetHasStateTokenRDFSource()voidtestLdpcvHeadHasStateTokenRDFSource()voidtestPatchWithStateTokenOnAcl()voidtestPatchWithStateTokenOnRDFSource()voidtestPutWithStateTokenOnNonRDFSource()-
Methods inherited from class org.fcrepo.integration.http.api.AbstractResourceIT
addTxTo, assertConstrainedByPresent, assertDeleted, assertNoLinkHeader, assertNotDeleted, assertNotFound, checkForLinkHeader, confirmResponseBodyNTriplesAreEqual, createClient, createClient, createDatastream, createDatastream, createObject, createObject, createObjectAndClose, createObjectAndClose, createTransaction, decodeDigestHeader, deleteObjMethod, execute, executeAndClose, executeWithBasicAuth, getBean, getBean, getContentLocation, getContentType, getContentType, getDataset, getDataset, getDSDescMethod, getDSMethod, getEtag, getEtag, getEtag, getExternalContentLinkHeader, getHeader, getLinkHeaders, getLinkHeaders, getLocation, getLocation, getModel, getModel, getModel, getModel, getObjMethod, getOriginalResourceUri, getRandomUniqueId, getStatus, getStatus, getTTLThatUpdatesServerManagedTriples, headerValues, headObjMethod, patchObjMethod, postObjMethod, postObjMethod, preferLink, putDSMethod, putDSMethod, putObjMethod, putObjMethod, restartContainer, setDescriptionProperty, setLogger, setProperty, setProperty, streamModel
-
-
-
-
Constructor Detail
-
StateTokensIT
public StateTokensIT()
-
-
Method Detail
-
testGetHasStateTokenRDFSource
public void testGetHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testHeadHasStateTokenRDFSource
public void testHeadHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testAclGetHasStateTokenRDFSource
public void testAclGetHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testAclHeadHasStateTokenRDFSource
public void testAclHeadHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testLdpcvGetHasStateTokenRDFSource
public void testLdpcvGetHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testLdpcvHeadHasStateTokenRDFSource
public void testLdpcvHeadHasStateTokenRDFSource() throws IOException
- Throws:
IOException
-
testGetHasStateTokenNonRDFSource
public void testGetHasStateTokenNonRDFSource() throws IOException
- Throws:
IOException
-
testHeadHasStateTokenNonRDFSource
public void testHeadHasStateTokenNonRDFSource() throws IOException
- Throws:
IOException
-
testPutWithStateTokenOnNonRDFSource
public void testPutWithStateTokenOnNonRDFSource() throws IOException
- Throws:
IOException
-
testPatchWithStateTokenOnRDFSource
public void testPatchWithStateTokenOnRDFSource() throws IOException
- Throws:
IOException
-
testPatchWithStateTokenOnAcl
public void testPatchWithStateTokenOnAcl() throws IOException
- Throws:
IOException
-
-