org.jomc.util.test
Class SectionEditorTest

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

public class SectionEditorTest
extends LineEditorTest

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

Version:
$JOMC: SectionEditorTest.java 3934 2011-11-12 00:42:08Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
SectionEditorTest()
          Creates a new SectionEditorTest instance.
 
Method Summary
 SectionEditor getLineEditor()
          Gets the LineEditor instance tests are performed with.
protected  SectionEditor newLineEditor()
          Gets a new LineEditor instance to test.
protected  SectionEditor newLineEditor(LineEditor editor)
          Gets a new LineEditor instance to test taking an editor to chain.
 void testSectionEditor()
           
 
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

SectionEditorTest

public SectionEditorTest()
Creates a new SectionEditorTest instance.

Method Detail

getLineEditor

public SectionEditor 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 SectionEditor 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 SectionEditor 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.

testSectionEditor

public final void testSectionEditor()
                             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.