Package org.fcrepo.client
Class GetBuilderTest
- java.lang.Object
-
- org.fcrepo.client.GetBuilderTest
-
public class GetBuilderTest extends Object
- Author:
- bbpennel
-
-
Constructor Summary
Constructors Constructor Description GetBuilderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAccept()voidtestAcceptDatetime()voidtestAddHeader()voidtestAddLinkHeader()voidtestDisableRedirects()voidtestEndRange()voidtestGet()voidtestModificationHeaders()voidtestNoCache()voidtestPreferInclude()voidtestPreferMinimal()voidtestPreferRepresentation()voidtestRange()voidtestStartRange()voidtestWantDigest()
-
-
-
Constructor Detail
-
GetBuilderTest
public GetBuilderTest()
-
-
Method Detail
-
testPreferMinimal
public void testPreferMinimal() throws Exception
- Throws:
Exception
-
testPreferRepresentation
public void testPreferRepresentation() throws Exception
- Throws:
Exception
-
testPreferInclude
public void testPreferInclude() throws Exception
- Throws:
Exception
-
testModificationHeaders
public void testModificationHeaders() throws Exception
- Throws:
Exception
-
testStartRange
public void testStartRange() throws Exception
- Throws:
Exception
-
testEndRange
public void testEndRange() throws Exception
- Throws:
Exception
-
testAccept
public void testAccept() throws Exception
- Throws:
Exception
-
testDisableRedirects
public void testDisableRedirects() throws Exception
- Throws:
Exception
-
testWantDigest
public void testWantDigest() throws Exception
- Throws:
Exception
-
testNoCache
public void testNoCache() throws Exception
- Throws:
Exception
-
testAcceptDatetime
public void testAcceptDatetime() throws Exception
- Throws:
Exception
-
testAddHeader
public void testAddHeader() throws Exception
- Throws:
Exception
-
testAddLinkHeader
public void testAddLinkHeader() throws Exception
- Throws:
Exception
-
-