| java.lang.Object de.mcs.jmeasurement.test.AllTests
AllTests | final public class AllTests (Code) | | This class providing an test suite for all implemented tests.
author: w.klaas |
Method Summary | |
public static void | main(String[] args) starting all tests from commandline. | public static Test | suite() defining of the test suit. |
main | public static void main(String[] args)(Code) | | starting all tests from commandline.
Parameters: args - not needed. |
suite | public static Test suite()(Code) | | defining of the test suit.
Test |
|
|