java.lang.Object
com.tibco.ep.buildmavenplugin.surefire.Runner

public class Runner extends Object
Test runner invoked on the server by the Deployment plugin.
  • Field Details

    • SYS_PROP_PREFIX

      protected static final String SYS_PROP_PREFIX
      See Also:
    • SYS_PROP_PREFIX_JUNIT_RESULTS_REPORTER

      protected static final String SYS_PROP_PREFIX_JUNIT_RESULTS_REPORTER
      See Also:
    • REPORTS_DIRECTORY

      protected static final String REPORTS_DIRECTORY
      system property for reports
      See Also:
    • NODE_NAME

      protected static final String 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 error
      org.apache.maven.surefire.testset.TestSetFailedException - Test failure