public class FragmentedImpExInputStreamUnitTest
extends java.lang.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 java.io.IOException
java.io.IOExceptionpublic void testHandlesNoDataInSomeFragments()
throws java.io.IOException
java.io.IOExceptionpublic void testHandlesNoDataInAllFragments()
throws java.io.IOException
java.io.IOExceptionpublic void testReadDataWithNoFragments()
throws java.io.IOException
java.io.IOExceptionpublic void testHandlesNullForTheFragments()
throws java.io.IOException
java.io.IOExceptionpublic void testClosesFragmentInputStreamBeforeReadingNextOne()
throws java.io.IOException
java.io.IOExceptionpublic void testClosesAllFragmentStreamsWhenReadingIsDone()
throws java.io.IOException
java.io.IOExceptionpublic void testCannotBeReadAfterClosing()
throws java.io.IOException
java.io.IOExceptionpublic void testMarkNotSupported()
throws java.io.IOException
java.io.IOExceptionpublic void testAvailableBeforeReadingIsDone()
throws java.io.IOException
java.io.IOExceptionpublic void testAvailableAfterReadingStarted()
throws java.io.IOException
java.io.IOExceptionpublic void testSkipsBytes()
throws java.io.IOException
java.io.IOExceptionCopyright © 2018 SAP SE. All Rights Reserved.