| net.sf.mockcreator.Runner
Runner | public class Runner extends TestSuite (Code) | | Scans directories to find *Test.java files and
adds them into list of tests; if class name is passed as CLI argument,
performs that test only
author: dozen |
Inner Class :public static class ListenedRunner extends junit.textui.TestRunner | |
Method Summary | |
public static void | Usage() Prints usage instructions. | public static void | main(String[] a) Main entry point for CLI run. | public static Test | suite() Forms testsuite to run
Parameters: List - of test classes. |
Usage | public static void Usage()(Code) | | Prints usage instructions.
|
main | public static void main(String[] a)(Code) | | Main entry point for CLI run.
Parameters: args - Contains test names if any. |
suite | public static Test suite()(Code) | | Forms testsuite to run
Parameters: List - of test classes. The suite |
|
|