Class Runner
java.lang.Object
com.tibco.ep.buildmavenplugin.surefire.Runner
Test runner invoked on the server by the Deployment plugin.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SYS_PROP_PREFIX
- See Also:
-
SYS_PROP_PREFIX_JUNIT_RESULTS_REPORTER
- See Also:
-
REPORTS_DIRECTORY
system property for reports- See Also:
-
NODE_NAME
system property for node name - defined in the runtime but this would be an adanced definition- See Also:
-
-
Constructor Details
-
Runner
public Runner()
-
-
Method Details
-
main
public static void main(String[] args) throws org.apache.maven.surefire.report.ReporterException, org.apache.maven.surefire.testset.TestSetFailedException Main method to run a set of unit tests on the node.- Parameters:
args
- a series of unit test class names- Throws:
org.apache.maven.surefire.report.ReporterException
- Reporting errororg.apache.maven.surefire.testset.TestSetFailedException
- Test failure
-