Package org.fcrepo.client
Class PutBuilderTest
- java.lang.Object
-
- org.fcrepo.client.PutBuilderTest
-
public class PutBuilderTest extends Object
- Author:
- bbpennel
-
-
Constructor Summary
Constructors Constructor Description PutBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddHeader()voidtestAddInteractionModel()voidtestAddLinkHeader()voidtestDisposition()voidtestExternalContent()voidtestLinkAcl()voidtestPostClientError()voidtestPreferLenient()voidtestPutNoBody()voidtestStateToken()voidtestWithBody()voidtestWithModificationHeaders()
-
-
-
Constructor Detail
-
PutBuilderTest
public PutBuilderTest()
-
-
Method Detail
-
testPutNoBody
public void testPutNoBody() throws Exception
- Throws:
Exception
-
testWithBody
public void testWithBody() throws Exception
- Throws:
Exception
-
testExternalContent
public void testExternalContent() throws Exception
- Throws:
Exception
-
testDisposition
public void testDisposition() throws Exception
- Throws:
Exception
-
testPostClientError
public void testPostClientError() throws Exception
- Throws:
Exception
-
testWithModificationHeaders
public void testWithModificationHeaders() throws Exception
- Throws:
Exception
-
testPreferLenient
public void testPreferLenient() throws Exception
- Throws:
Exception
-
testAddInteractionModel
public void testAddInteractionModel() throws Exception
- Throws:
Exception
-
testLinkAcl
public void testLinkAcl() throws Exception
- Throws:
Exception
-
testStateToken
public void testStateToken() throws Exception
- Throws:
Exception
-
testAddHeader
public void testAddHeader() throws Exception
- Throws:
Exception
-
testAddLinkHeader
public void testAddLinkHeader() throws Exception
- Throws:
Exception
-
-