public abstract class AbstractScriptFragmentTest<T extends ImpExFragment> extends Object
| Constructor and Description |
|---|
AbstractScriptFragmentTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertLineIsInTheFragment(boolean wasAdded,
String exp) |
protected void |
assertLineWasNotAdded(boolean wasAdded,
String line) |
protected String |
readContentFromTheInputStream() |
protected void |
testLineThatShouldBeAdded(String line) |
protected void |
testLineThatShouldNotBeAdded(String line) |
protected T extends ImpExFragment fragment
protected void testLineThatShouldNotBeAdded(String line) throws IOException
IOExceptionprotected void assertLineWasNotAdded(boolean wasAdded,
String line)
throws IOException
IOExceptionprotected String readContentFromTheInputStream() throws IOException
IOExceptionprotected void testLineThatShouldBeAdded(String line) throws IOException
IOExceptionprotected void assertLineIsInTheFragment(boolean wasAdded,
String exp)
throws IOException
IOExceptionCopyright © 2017 SAP SE. All Rights Reserved.