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