org.datamanager.tools
Class JUnitTesterUtility

java.lang.Object
  |
  +--org.datamanager.tools.JUnitTesterUtility

public class JUnitTesterUtility
extends Object

Provides a framework for managing JUnit tests that require a Simpleton (for the thread). FIXME: This need to be turned into a tutorial.


Nested Class Summary
static class JUnitTesterUtility.KnownSpaceTest
          Abstract class holding the test() method required by the JUnitTesterUtility.
 
Constructor Summary
JUnitTesterUtility()
           
 
Method Summary
static void runTest(JUnitTesterUtility.KnownSpaceTest test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitTesterUtility

public JUnitTesterUtility()
Method Detail

runTest

public static void runTest(JUnitTesterUtility.KnownSpaceTest test)
                    throws DataManagerException
DataManagerException


See the Helium Website