
public class LineEditorTest extends Object
org.jomc.util.LineEditor.| Constructor and Description |
|---|
LineEditorTest()
Creates a new
LineEditorTest instance. |
| Modifier and Type | Method and Description |
|---|---|
org.jomc.util.LineEditor |
getLineEditor()
Gets the
LineEditor instance tests are performed with. |
String |
getResourceEncoding()
Gets the name of the encoding used when reading resources.
|
protected org.jomc.util.LineEditor |
newLineEditor()
Gets a new
LineEditor instance to test. |
protected org.jomc.util.LineEditor |
newLineEditor(org.jomc.util.LineEditor editor)
Gets a new
LineEditor instance to test taking an editor to chain. |
void |
setResourceEncoding(String value)
Sets the name of the encoding to use when reading resources.
|
void |
testLineEditor() |
void |
testLineEditorChain() |
public LineEditorTest()
LineEditorTest instance.public org.jomc.util.LineEditor getLineEditor()
LineEditor instance tests are performed with.LineEditor instance tests are performed with.newLineEditor()protected org.jomc.util.LineEditor newLineEditor()
LineEditor instance to test.LineEditor instance to test.getLineEditor()protected org.jomc.util.LineEditor newLineEditor(org.jomc.util.LineEditor editor)
LineEditor instance to test taking an editor to chain.editor - The editor to chain.LineEditor instance to test.public final String getResourceEncoding()
setResourceEncoding(java.lang.String)public final void setResourceEncoding(String value)
value - The new name of the encoding to use when reading resources or null.getResourceEncoding()public final void testLineEditor() throws Exception
Exceptionpublic final void testLineEditorChain() throws Exception
ExceptionCopyright © 2005–2016 The JOMC Project. All rights reserved.