org.jomc.util.test
Class TrailingWhitespaceEditorTest

Package class diagram package TrailingWhitespaceEditorTest
java.lang.Object
  extended by org.jomc.util.test.LineEditorTest
      extended by org.jomc.util.test.TrailingWhitespaceEditorTest

public class TrailingWhitespaceEditorTest
extends LineEditorTest

Test cases for class org.jomc.util.TrailingWhitespaceEditor.

Version:
$JOMC: TrailingWhitespaceEditorTest.java 3838 2011-10-08 20:15:41Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
TrailingWhitespaceEditorTest()
          Creates a new TrailingWhitespaceEditorTest instance.
 
Method Summary
 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()
           
 
Methods inherited from class org.jomc.util.test.LineEditorTest
getResourceEncoding, setResourceEncoding, testLineEditor, testLineEditorChain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrailingWhitespaceEditorTest

public TrailingWhitespaceEditorTest()
Creates a new TrailingWhitespaceEditorTest instance.

Method Detail

getLineEditor

public TrailingWhitespaceEditor getLineEditor()
Gets the LineEditor instance tests are performed with.

Overrides:
getLineEditor in class LineEditorTest
Returns:
The LineEditor instance tests are performed with.
See Also:
LineEditorTest.newLineEditor()

newLineEditor

protected TrailingWhitespaceEditor newLineEditor()
Gets a new LineEditor instance to test.

Overrides:
newLineEditor in class LineEditorTest
Returns:
A new LineEditor instance to test.
See Also:
LineEditorTest.getLineEditor()

newLineEditor

protected TrailingWhitespaceEditor newLineEditor(LineEditor editor)
Gets a new LineEditor instance to test taking an editor to chain.

Overrides:
newLineEditor in class LineEditorTest
Parameters:
editor - The editor to chain.
Returns:
A new LineEditor instance to test.

testTrailingWhitespaceEditor

public final void testTrailingWhitespaceEditor()
                                        throws Exception
Throws:
Exception


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.