Class JUnit
java.lang.Object
org.junit.start.JUnit
This class provides simple helpers to discover and execute tests.
-
Method Summary
-
Method Details
-
run
public static void run()Run all tests defined in the caller class. -
run
Run all tests defined in the given test class.- Parameters:
testClass- the class to discover and execute tests in
-
run
Run all tests defined in the given module.- Parameters:
testModule- the module to discover and execute tests in
-