Package org.fcrepo.client.integration
Class FcrepoClientIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- org.fcrepo.client.integration.FcrepoClientIT
-
public class FcrepoClientIT extends AbstractResourceIT
- Author:
- bbpennel
-
-
Field Summary
-
Fields inherited from class org.fcrepo.client.integration.AbstractResourceIT
HOSTNAME, SERVER_ADDRESS, SERVER_PORT
-
-
Constructor Summary
Constructors Constructor Description FcrepoClientIT()
-
Method Summary
-
Methods inherited from class org.fcrepo.client.integration.AbstractResourceIT
getResponseModel
-
-
-
-
Constructor Detail
-
FcrepoClientIT
public FcrepoClientIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
afterClass
public static void afterClass() throws IOException
- Throws:
IOException
-
before
public void before()
-
testPostBinary
public void testPostBinary() throws Exception
- Throws:
Exception
-
testPostExternalContent
public void testPostExternalContent() throws Exception
- Throws:
Exception
-
testPostDigestMismatch
public void testPostDigestMismatch() throws Exception
- Throws:
Exception
-
testPostDigestMultipleChecksums
public void testPostDigestMultipleChecksums() throws Exception
- Throws:
Exception
-
testPostDigestMultipleChecksumsOneMismatch
public void testPostDigestMultipleChecksumsOneMismatch() throws Exception
- Throws:
Exception
-
testPostBinaryNullFilename
public void testPostBinaryNullFilename() throws Exception
- Throws:
Exception
-
testPostDirectContainer
public void testPostDirectContainer() throws Exception
- Throws:
Exception
-
testPostBinaryFilenameSpecialCharacters
public void testPostBinaryFilenameSpecialCharacters() throws Exception
- Throws:
Exception
-
testPutBinaryFilenameSpecialCharacters
public void testPutBinaryFilenameSpecialCharacters() throws Exception
- Throws:
Exception
-
testPutEtag
public void testPutEtag() throws Exception
- Throws:
Exception
-
testPutUnmodifiedSince
public void testPutUnmodifiedSince() throws Exception
- Throws:
Exception
-
testPutLenient
public void testPutLenient() throws Exception
- Throws:
Exception
-
testPutExternalContent
public void testPutExternalContent() throws Exception
- Throws:
Exception
-
testPutBinaryNullFilename
public void testPutBinaryNullFilename() throws Exception
- Throws:
Exception
-
testPatchEtagUpdated
public void testPatchEtagUpdated() throws Exception
- Throws:
Exception
-
testPatchNoBody
public void testPatchNoBody() throws Exception
- Throws:
Exception
-
testDelete
public void testDelete() throws Exception
- Throws:
Exception
-
testGetNotFound
public void testGetNotFound() throws Exception
- Throws:
Exception
-
testGetUnmodified
public void testGetUnmodified() throws Exception
- Throws:
Exception
-
testGetModified
public void testGetModified() throws Exception
- Throws:
Exception
-
testGetAccept
public void testGetAccept() throws Exception
- Throws:
Exception
-
testGetPrefer
public void testGetPrefer() throws Exception
- Throws:
Exception
-
testGetRange
public void testGetRange() throws Exception
- Throws:
Exception
-
testGetDisableRedirects
public void testGetDisableRedirects() throws Exception
- Throws:
Exception
-
testGetWantDigest
public void testGetWantDigest() throws Exception
- Throws:
Exception
-
testHeadWantDigest
public void testHeadWantDigest() throws Exception
- Throws:
Exception
-
testOptions
public void testOptions() throws Exception
- Throws:
Exception
-
testStateTokens
public void testStateTokens() throws Exception
- Throws:
Exception
-
-