
public class SectionEditorTest extends LineEditorTest
org.jomc.util.SectionEditor.| Constructor and Description |
|---|
SectionEditorTest()
Creates a new
SectionEditorTest instance. |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutorService()
Gets the
ExecutorService backing the tests. |
org.jomc.util.SectionEditor |
getLineEditor()
Gets the
LineEditor instance tests are performed with. |
protected ExecutorService |
newExecutorService()
Creates a new
ExecutorService backing the tests. |
protected org.jomc.util.SectionEditor |
newLineEditor()
Gets a new
LineEditor instance to test. |
protected org.jomc.util.SectionEditor |
newLineEditor(org.jomc.util.LineEditor editor)
Gets a new
LineEditor instance to test taking an editor to chain. |
void |
shutdown()
Shuts down the
ExecutorService backing the tests, if not null. |
void |
testSectionEditor() |
getResourceEncoding, setResourceEncoding, testLineEditor, testLineEditorChainpublic SectionEditorTest()
SectionEditorTest instance.public org.jomc.util.SectionEditor getLineEditor()
LineEditor instance tests are performed with.getLineEditor in class LineEditorTestLineEditor instance tests are performed with.LineEditorTest.newLineEditor()protected org.jomc.util.SectionEditor newLineEditor()
LineEditor instance to test.newLineEditor in class LineEditorTestLineEditor instance to test.LineEditorTest.getLineEditor()protected org.jomc.util.SectionEditor newLineEditor(org.jomc.util.LineEditor editor)
LineEditor instance to test taking an editor to chain.newLineEditor in class LineEditorTesteditor - The editor to chain.LineEditor instance to test.public final ExecutorService getExecutorService()
ExecutorService backing the tests.ExecutorService backing the tests.newExecutorService()protected ExecutorService newExecutorService()
ExecutorService backing the tests.ExecutorService backing the tests, or null.getExecutorService()public final void shutdown()
ExecutorService backing the tests, if not null.public final void testSectionEditor() throws Exception
ExceptionCopyright © 2005–2016 The JOMC Project. All rights reserved.