Class RangeRequestInputStreamTest
- java.lang.Object
-
- org.fcrepo.http.commons.responses.RangeRequestInputStreamTest
-
public class RangeRequestInputStreamTest extends Object
RangeRequestInputStreamTest class.
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description RangeRequestInputStreamTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetGetLongRange()voidshouldAcceptUnboundedRanges()voidshouldLimitTheInputStream()
-
-
-
Constructor Detail
-
RangeRequestInputStreamTest
public RangeRequestInputStreamTest()
-
-
Method Detail
-
shouldLimitTheInputStream
public void shouldLimitTheInputStream() throws IOException
- Throws:
IOException
-
shouldAcceptUnboundedRanges
public void shouldAcceptUnboundedRanges() throws IOException
- Throws:
IOException
-
getGetLongRange
public void getGetLongRange() throws IOException
- Throws:
IOException
-
-