@UnitTest public class ConstantTextFragmentUnitTest extends AbstractScriptFragmentTest<ConstantTextFragment>
fragment| Constructor and Description |
|---|
ConstantTextFragmentUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testAddedLinesPreserveTheOrderInTheFragment() |
void |
testCommentCanBeAdded() |
void |
testContentCanBeReadFromTheInputStream() |
void |
testEmptyLineCanBeAdded() |
void |
testNullCannotBeAdded() |
void |
testScriptFragmentIsEmptyBeforeAnyLineWasAdded() |
void |
testSomeTextCanBeAdded() |
assertLineIsInTheFragment, assertLineWasNotAdded, readContentFromTheInputStream, testLineThatShouldBeAdded, testLineThatShouldNotBeAddedpublic void setup()
public void testScriptFragmentIsEmptyBeforeAnyLineWasAdded()
public void testCommentCanBeAdded()
throws IOException
IOExceptionpublic void testEmptyLineCanBeAdded()
throws IOException
IOExceptionpublic void testNullCannotBeAdded()
throws IOException
IOExceptionpublic void testSomeTextCanBeAdded()
throws IOException
IOExceptionpublic void testAddedLinesPreserveTheOrderInTheFragment()
throws IOException
IOExceptionpublic void testContentCanBeReadFromTheInputStream()
throws IOException
IOExceptionCopyright © 2017 SAP SE. All Rights Reserved.