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 Modifier and Type Field Description protected URIurl-
Fields inherited from class org.fcrepo.client.integration.AbstractResourceIT
client, connectionManager, HOSTNAME, SERVER_PORT, serverAddress
-
-
Constructor Summary
Constructors Constructor Description FcrepoClientIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()voidtestDelete()voidtestGet()voidtestGetAccept()voidtestGetDisableRedirects()voidtestGetModified()voidtestGetNotFound()voidtestGetPrefer()voidtestGetRange()voidtestGetUnmodified()voidtestGetWantDigest()voidtestHead()voidtestHeadWantDigest()voidtestOptions()voidtestPatch()voidtestPatchEtagUpdated()voidtestPatchNoBody()voidtestPost()voidtestPostBinary()voidtestPostBinaryFilenameSpecialCharacters()voidtestPostBinaryNullFilename()voidtestPostDigestMismatch()voidtestPostDigestMultipleChecksums()voidtestPostDigestMultipleChecksumsOneMismatch()voidtestPostDirectContainer()voidtestPostExternalContent()voidtestPut()voidtestPutBinaryFilenameSpecialCharacters()voidtestPutBinaryNullFilename()voidtestPutEtag()voidtestPutExternalContent()voidtestPutLenient()voidtestPutUnmodifiedSince()voidtestStateTokens()-
Methods inherited from class org.fcrepo.client.integration.AbstractResourceIT
getResponseModel
-
-
-
-
Constructor Detail
-
FcrepoClientIT
public FcrepoClientIT() throws Exception
- Throws:
Exception
-
-
Method Detail
-
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
-
-