Package myTest
Class TestRunner
java.lang.Object
myTest.TestRunner
TestRunner class can be launched through command line to invoke all tests
for myTest package. In fact it has a main method to initiate and run all
the testing. It is based on JUnit framework.
Main class to execute
myTest
z
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TestRunner
public TestRunner()
-
-
Method Details
-
main
Main method. TestRunner is designed to be launched through command line. Starting point for all testing.- Parameters:
args
- - unused
-