org.openjump.test
Class TestToolsTest

java.lang.Object
  extended by org.openjump.test.TestToolsTest

public class TestToolsTest
extends java.lang.Object

Author:
Benjamin Gudehus

Nested Class Summary
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.
 
Field Summary
static JUMPWorkbench workbench
           
static WorkbenchContext workbenchContext
           
static WorkbenchFrame workbenchFrame
           
 
Constructor Summary
TestToolsTest()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workbench

public static JUMPWorkbench workbench

workbenchContext

public static WorkbenchContext workbenchContext

workbenchFrame

public static WorkbenchFrame workbenchFrame
Constructor Detail

TestToolsTest

public TestToolsTest()
Method Detail

beforeClass

public static void beforeClass()
                        throws java.lang.Exception
Throws:
java.lang.Exception

before

public void before()

after

public void after()

afterClass

public static void afterClass()

testBuildWorkbench

public void testBuildWorkbench()

testOpenFile

public void testOpenFile()

testOpenFileAgain

public void testOpenFileAgain()

testConfigurePlugInWithFields

public void testConfigurePlugInWithFields()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testConfigurePlugInWithDialog

public void testConfigurePlugInWithDialog()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testConfigurePlugInWithoutFields

public void testConfigurePlugInWithoutFields()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

testConfigurePlugInWithoutDialog

public void testConfigurePlugInWithoutDialog()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

testExecutePluginWithFields

public void testExecutePluginWithFields()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testExecutePluginWithDialog

public void testExecutePluginWithDialog()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testExecutePluginWithoutThreadedPlugIn

public void testExecutePluginWithoutThreadedPlugIn()
                                            throws java.lang.Exception
Throws:
java.lang.Exception