Package eu.simuline.testhelpers
Class JUnitSingleTester
- java.lang.Object
-
- eu.simuline.testhelpers.JUnitSingleTester
-
public abstract class JUnitSingleTester extends java.lang.Object
Runs a bunch of tests usingActions.runTestClass(String)
.- Version:
- 1.0
- Author:
- Ernst Reissner
-
-
Constructor Summary
Constructors Constructor Description JUnitSingleTester()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Runs all testclasses in the directory given by the 0th argument in the package given by the 1st argument.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Runs all testclasses in the directory given by the 0th argument in the package given by the 1st argument. The package separator is the file separator.- Parameters:
args
- two arguments together consituting the path to the classes: The 0th one the path to the java classes, the 1st one the package to be run with file separator as package separator.
-
-