Package org.codehaus.mojo.gwt.test
Class TestTemplate
- java.lang.Object
-
- org.codehaus.mojo.gwt.test.TestTemplate
-
public class TestTemplate extends Object
- Version:
- $Id$
- Author:
- Nicolas De Loof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestTemplate.CallBackCallback to do something with a test
-
Constructor Summary
Constructors Constructor Description TestTemplate(org.apache.maven.project.MavenProject project, String includes, String excludes, TestTemplate.CallBack callBack)
-
-
-
Constructor Detail
-
TestTemplate
public TestTemplate(org.apache.maven.project.MavenProject project, String includes, String excludes, TestTemplate.CallBack callBack) throws org.apache.maven.plugin.MojoExecutionException- Parameters:
project- the maven projectincludes- inclusion patternsexcludes- exclusion patternscallBack- what to do with thoses tests- Throws:
org.apache.maven.plugin.MojoExecutionException- some error occured
-
-