|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javaseis.tests.MainUnitTests
public class MainUnitTests
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 |
---|
public MainUnitTests()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static Test suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |