Class TestJavaFragmentMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.TestJavaFragmentMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test-java-fragment", defaultPhase=TEST, threadSafe=true) public class TestJavaFragmentMojo extends org.apache.maven.plugin.AbstractMojo

Test a java fragment using junit and surefire.

A java runner for surefire is created and deployed to the test nodes - this runner invokes surefire and hence junit to run the test cases.

The java runner takes the configured reportsDirectory property and appends the node name - the node specific test report files are created in this directory. When all the test have finished, these node specific test reports are renamed into the configured reportsDirectory directory.

The maven property jenkins.executionId.reportsDirectory is set so that jenkins can locate the test reports.

Java assertions are always enabled. Options file is always ignored.

The following system properties are set :

  • com.tibco.ep.dtm.fragment.version - fragment version
  • com.tibco.ep.dtm.fragment.identifier - fragment identifier

Nodes are terminated on unit test failure, unless skipStop is set.

  • Field Details

    • DEFAULT_SRC_MAIN_EVENTFLOW

      public static final String DEFAULT_SRC_MAIN_EVENTFLOW
      See Also:
    • DEFAULT_SRC_TEST_EVENTFLOW

      public static final String DEFAULT_SRC_TEST_EVENTFLOW
      See Also:
    • TESTCASESFOUND_PROPERTY

      protected static String TESTCASESFOUND_PROPERTY
      maven property to use to skip start/stop/tests if no tests exist
    • APPLICATION_TYPE

      protected static String APPLICATION_TYPE
      Application packaging and type
    • JAVA_TYPE

      protected static String JAVA_TYPE
      Java packaging and type
    • EVENTFLOW_TYPE

      protected static String EVENTFLOW_TYPE
      EventFlow packaging and type
    • LIVEVIEW_TYPE

      protected static String LIVEVIEW_TYPE
      LiveView packaging and type
    • TCS_TYPE

      protected static String TCS_TYPE
      Streaming Web flow packaging and type
    • REPORTS_DIRECTORY

      protected static String REPORTS_DIRECTORY
      system property for reports
    • IMPORT_DIRECTORY

      protected static String IMPORT_DIRECTORY
      Directory used to import other Eventflow fragments
  • Constructor Details

    • TestJavaFragmentMojo

      public TestJavaFragmentMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • newJunitTest

      public com.tibco.ep.buildmavenplugin.BaseTestMojo.JunitTests newJunitTest()
      Returns:
      A new JUNIT test runner
    • getAdminService

      public IRuntimeAdminService getAdminService()
      Returns:
      The administration service
    • getBuildService

      public IRuntimeBuildService getBuildService()
      Returns:
      The build service
    • getContext

      public IContext getContext()
      Returns:
      The Runtime Administration context
    • prechecks

      public void prechecks()
      Check environment before running mojo