org.javaseis.tests
Class MainUnitTests

java.lang.Object
  extended by org.javaseis.tests.MainUnitTests

public class MainUnitTests
extends java.lang.Object

Wrapper to allow test code implemented in main methods to be run along with junit test cases. Primarily to allow an ant task to be used to run all the unit tests.


Constructor Summary
MainUnitTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          This runs the tests defined in main methods from the command line.
static Test suite()
          Construct suite of all tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainUnitTests

public MainUnitTests()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This runs the tests defined in main methods from the command line.

Throws:
java.lang.Exception

suite

public static Test suite()
Construct suite of all tests.