|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.util.test.LineEditorTest
public class LineEditorTest
Test cases for class org.jomc.util.LineEditor
.
Constructor Summary | |
---|---|
LineEditorTest()
Creates a new LineEditorTest instance. |
Method Summary | |
---|---|
LineEditor |
getLineEditor()
Gets the LineEditor instance tests are performed with. |
String |
getResourceEncoding()
Gets the name of the encoding used when reading resources. |
protected LineEditor |
newLineEditor()
Gets a new LineEditor instance to test. |
protected LineEditor |
newLineEditor(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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineEditorTest()
LineEditorTest
instance.
Method Detail |
---|
public LineEditor getLineEditor()
LineEditor
instance tests are performed with.
LineEditor
instance tests are performed with.newLineEditor()
protected LineEditor newLineEditor()
LineEditor
instance to test.
LineEditor
instance to test.getLineEditor()
protected LineEditor newLineEditor(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
Exception
public final void testLineEditorChain() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |