Class MinitestMojo

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

@Mojo(name="test", defaultPhase=TEST, requiresDependencyResolution=TEST) public class MinitestMojo extends AbstractTestMojo
maven wrapper around minitest.
  • Field Details

    • minitestDirectory

      @Parameter(property="minitest.dir", defaultValue="test/**/*_test.rb") private final String minitestDirectory
      minitest directory with glob to speficy the test files.
    • minitestArgs

      @Parameter(property="minitest.args") private final String minitestArgs
      arguments for the minitest command.
    • skipMinitests

      @Parameter(property="skipMinitests", defaultValue="false") protected boolean skipMinitests
      skip the minitests
    • resultManager

      private TestResultManager resultManager
    • outputfile

      private File outputfile
  • Constructor Details

    • MinitestMojo

      public MinitestMojo()
  • Method Details