API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.testing
Author(s)
Since
Version
Serial
Description
  Provides a basic testing framework (ala JUnit), very basic and easy to use.
See also:   
JOTTestable View Source You can implement this interface to make your class testatble (You implement the test method using JOTTEster.xyz methods)
JOTTester View Source This is the Main class of the "Tester"
The Tester is used to run all the test code you added in your own classes.
You add test code to your own classes by implementing :
public static void jotTest() throws Throwable {}
You can run the tester either by using this class "Main method" or using the Ant task provided.
Note: you could also run this class from your own java code if you wanted to.
Call the -help option to get more infos.
JOTTestException View Source This is the Exception to be thrown by the jotTest() method, if a test fails.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar