public class TrailingWhitespaceEditorTest extends LineEditorTest
org.jomc.util.TrailingWhitespaceEditor
.Constructor and Description |
---|
TrailingWhitespaceEditorTest()
Creates a new
TrailingWhitespaceEditorTest instance. |
Modifier and Type | Method and Description |
---|---|
TrailingWhitespaceEditor |
getLineEditor()
Gets the
LineEditor instance tests are performed with. |
protected TrailingWhitespaceEditor |
newLineEditor()
Gets a new
LineEditor instance to test. |
protected TrailingWhitespaceEditor |
newLineEditor(LineEditor editor)
Gets a new
LineEditor instance to test taking an editor to chain. |
void |
testTrailingWhitespaceEditor() |
getResourceEncoding, setResourceEncoding, testLineEditor, testLineEditorChain
public TrailingWhitespaceEditorTest()
TrailingWhitespaceEditorTest
instance.public TrailingWhitespaceEditor getLineEditor()
LineEditor
instance tests are performed with.getLineEditor
in class LineEditorTest
LineEditor
instance tests are performed with.LineEditorTest.newLineEditor()
protected TrailingWhitespaceEditor newLineEditor()
LineEditor
instance to test.newLineEditor
in class LineEditorTest
LineEditor
instance to test.LineEditorTest.getLineEditor()
protected TrailingWhitespaceEditor newLineEditor(LineEditor editor)
LineEditor
instance to test taking an editor to chain.newLineEditor
in class LineEditorTest
editor
- The editor to chain.LineEditor
instance to test.public final void testTrailingWhitespaceEditor() throws Exception
Exception
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.