Class RUnitMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test", defaultPhase=TEST, requiresDependencyResolution=TEST) public class RUnitMojo extends AbstractTestMojo
maven wrapper around the runit/testcase command.
  • Field Details

    • runitDirectory

      @Parameter(property="runit.dir", defaultValue="test/**/*_test.rb") private final String runitDirectory
      runit directory with glob to be used for the ruby unit command.
    • runitArgs

      @Parameter(property="runit.args") private final String runitArgs
      arguments for the runit command.
    • skipRunit

      @Parameter(property="skipRunit", defaultValue="false") protected boolean skipRunit
      skip the ruby unit tests
    • resultManager

      private TestResultManager resultManager
    • outputfile

      private File outputfile
  • Constructor Details

    • RUnitMojo

      public RUnitMojo()
  • Method Details