Package org.fcrepo.http.commons.domain
Class RangeTest
- java.lang.Object
-
- org.fcrepo.http.commons.domain.RangeTest
-
-
Constructor Summary
Constructors Constructor Description RangeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGarbageRangeParsing()voidtestRangeIsSatisfiable1()voidtestRangeIsSatisfiable2()voidtestRangeIsSatisfiable3()voidtestRangeOfContentLength1()voidtestRangeOfContentLength2()voidtestRangeOfContentLength3()voidtestRangeParsing()voidtestRangeSizeIsValid()For a content size smaller than the requested range, we need to adjust the range.voidtestSpecExamples()voidtestUnboundedLowerRangeParsing()voidtestUnboundedRange()voidtestUnboundedUpperRangeParsing()voidtestZeroRange()
-
-
-
Constructor Detail
-
RangeTest
public RangeTest()
-
-
Method Detail
-
testUnboundedRange
public void testUnboundedRange()
-
testRangeParsing
public void testRangeParsing()
-
testUnboundedUpperRangeParsing
public void testUnboundedUpperRangeParsing()
-
testUnboundedLowerRangeParsing
public void testUnboundedLowerRangeParsing()
-
testGarbageRangeParsing
public void testGarbageRangeParsing()
-
testRangeIsSatisfiable1
public void testRangeIsSatisfiable1()
-
testRangeIsSatisfiable2
public void testRangeIsSatisfiable2()
-
testRangeIsSatisfiable3
public void testRangeIsSatisfiable3()
-
testRangeOfContentLength1
public void testRangeOfContentLength1()
-
testRangeOfContentLength2
public void testRangeOfContentLength2()
-
testRangeOfContentLength3
public void testRangeOfContentLength3()
-
testRangeSizeIsValid
public void testRangeSizeIsValid()
For a content size smaller than the requested range, we need to adjust the range.
-
testSpecExamples
public void testSpecExamples()
-
testZeroRange
public void testZeroRange()
-
-