Package com.spertus.jacquard.junittester
Class JUnitTester
java.lang.Object
com.spertus.jacquard.common.Tester
com.spertus.jacquard.junittester.JUnitTester
A tester that runs JUnit tests having the
GradedTest annotation.-
Constructor Summary
ConstructorsConstructorDescriptionJUnitTester(Class<?>... classes) Constructs a JUnit tester that will run tests in the specified classes.JUnitTester(String packageName, boolean includeSubpackages) Constructs a JUnit tester that will run tests in the specified package and (optionally) its subpackages. -
Method Summary
-
Constructor Details
-
JUnitTester
Constructs a JUnit tester that will run tests in the specified classes.- Parameters:
classes- the classes containing the tests
-
JUnitTester
Constructs a JUnit tester that will run tests in the specified package and (optionally) its subpackages.- Parameters:
packageName- the package containing the testsincludeSubpackages- whether to include tests in subpackages of the package
-
-
Method Details