public class TestTemplate extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TestTemplate.CallBack
Callback to do something with a test
|
Constructor and Description |
---|
TestTemplate(org.apache.maven.project.MavenProject project,
String includes,
String excludes,
TestTemplate.CallBack callBack) |
public TestTemplate(org.apache.maven.project.MavenProject project, String includes, String excludes, TestTemplate.CallBack callBack) throws org.apache.maven.plugin.MojoExecutionException
project
- the maven projectincludes
- inclusion patternsexcludes
- exclusion patternscallBack
- what to do with thoses testsorg.apache.maven.plugin.MojoExecutionException
- some error occuredCopyright © 2007–2017 MojoHaus. All rights reserved.