public class TestToolsTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestToolsTest.ExampleAbstractPlugIn
Fixture that outlines a simple plugin which does not use an user dialog.
|
static class |
TestToolsTest.ExamplePlugInWithDialog
Fixture that outlines a plugin which accepts parameters in an user dialog.
|
static class |
TestToolsTest.ExamplePlugInWithFields
Fixture that outlines a plugin which accepts parameters in instance fields.
|
| Modifier and Type | Field and Description |
|---|---|
static JUMPWorkbench |
workbench |
static WorkbenchContext |
workbenchContext |
static WorkbenchFrame |
workbenchFrame |
| Constructor and Description |
|---|
TestToolsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
static void |
afterClass() |
void |
before() |
static void |
beforeClass() |
void |
testBuildWorkbench() |
void |
testConfigurePlugInWithDialog() |
void |
testConfigurePlugInWithFields() |
void |
testConfigurePlugInWithoutDialog() |
void |
testConfigurePlugInWithoutFields() |
void |
testExecutePluginWithDialog() |
void |
testExecutePluginWithFields() |
void |
testExecutePluginWithoutThreadedPlugIn() |
void |
testOpenFile() |
void |
testOpenFileAgain() |
public static JUMPWorkbench workbench
public static WorkbenchContext workbenchContext
public static WorkbenchFrame workbenchFrame
public static void beforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic void before()
public void after()
public static void afterClass()
public void testBuildWorkbench()
public void testOpenFile()
public void testOpenFileAgain()
public void testConfigurePlugInWithFields()
throws java.lang.Exception
java.lang.Exceptionpublic void testConfigurePlugInWithDialog()
throws java.lang.Exception
java.lang.Exceptionpublic void testConfigurePlugInWithoutFields()
throws java.lang.Exception
java.lang.Exceptionpublic void testConfigurePlugInWithoutDialog()
throws java.lang.Exception
java.lang.Exceptionpublic void testExecutePluginWithFields()
throws java.lang.Exception
java.lang.Exceptionpublic void testExecutePluginWithDialog()
throws java.lang.Exception
java.lang.Exceptionpublic void testExecutePluginWithoutThreadedPlugIn()
throws java.lang.Exception
java.lang.Exception