Package org.fcrepo.client
Class FcrepoClientErrorTest
- java.lang.Object
-
- org.fcrepo.client.FcrepoClientErrorTest
-
public class FcrepoClientErrorTest extends Object
- Author:
- acoburn
-
-
Constructor Summary
Constructors Constructor Description FcrepoClientErrorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDelete()voidtestDeleteError()voidtestGet()voidtestGetError()voidtestHead()voidtestHeadError()voidtestHeaders()voidtestHeadersWithoutContentType()voidtestPatch()voidtestPatchError()voidtestPost()voidtestPostError()voidtestPut()voidtestPutError()
-
-
-
Constructor Detail
-
FcrepoClientErrorTest
public FcrepoClientErrorTest()
-
-
Method Detail
-
setUp
public void setUp() throws IOException
- Throws:
IOException
-
testGet
public void testGet() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testGetError
public void testGetError() throws Exception
- Throws:
Exception
-
testHead
public void testHead() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testHeadError
public void testHeadError() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPut
public void testPut() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPutError
public void testPutError() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testDelete
public void testDelete() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testDeleteError
public void testDeleteError() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPatch
public void testPatch() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPatchError
public void testPatchError() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPost
public void testPost() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testPostError
public void testPostError() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testHeaders
public void testHeaders() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
testHeadersWithoutContentType
public void testHeadersWithoutContentType() throws IOException, org.fcrepo.client.FcrepoOperationFailedException
- Throws:
IOExceptionorg.fcrepo.client.FcrepoOperationFailedException
-
-