Interface TestTemplate.CallBack

  • Enclosing class:
    TestTemplate

    public static interface TestTemplate.CallBack
    Callback to do something with a test
    • Method Detail

      • doWithTest

        void doWithTest​(java.io.File sourceDir,
                        java.lang.String test)
                 throws org.apache.maven.plugin.MojoExecutionException
        Parameters:
        sourceDir - where the test was found
        test - the test name
        Throws:
        org.apache.maven.plugin.MojoExecutionException - some error occured