public class FragmentedImpExInputStreamUnitTest extends Object
| Constructor and Description |
|---|
FragmentedImpExInputStreamUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAvailableAfterReadingStarted() |
void |
testAvailableBeforeReadingIsDone() |
void |
testCannotBeReadAfterClosing() |
void |
testClosesAllFragmentStreamsWhenReadingIsDone() |
void |
testClosesFragmentInputStreamBeforeReadingNextOne() |
void |
testHandlesNoDataInAllFragments() |
void |
testHandlesNoDataInSomeFragments() |
void |
testHandlesNullForTheFragments() |
void |
testMarkNotSupported() |
void |
testReadDataWithNoFragments() |
void |
testReadsDataFromFragments() |
void |
testSkipsBytes() |
public void testReadsDataFromFragments()
throws IOException
IOExceptionpublic void testHandlesNoDataInSomeFragments()
throws IOException
IOExceptionpublic void testHandlesNoDataInAllFragments()
throws IOException
IOExceptionpublic void testReadDataWithNoFragments()
throws IOException
IOExceptionpublic void testHandlesNullForTheFragments()
throws IOException
IOExceptionpublic void testClosesFragmentInputStreamBeforeReadingNextOne()
throws IOException
IOExceptionpublic void testClosesAllFragmentStreamsWhenReadingIsDone()
throws IOException
IOExceptionpublic void testCannotBeReadAfterClosing()
throws IOException
IOExceptionpublic void testMarkNotSupported()
throws IOException
IOExceptionpublic void testAvailableBeforeReadingIsDone()
throws IOException
IOExceptionpublic void testAvailableAfterReadingStarted()
throws IOException
IOExceptionpublic void testSkipsBytes()
throws IOException
IOExceptionCopyright © 2017 SAP SE. All Rights Reserved.