org.codehaus.mojo.gwt.test
Class TestTemplate

java.lang.Object
  extended by org.codehaus.mojo.gwt.test.TestTemplate

public class TestTemplate
extends Object

Version:
$Id: TestTemplate.java 8732 2009-01-17 10:54:12Z olamy $
Author:
Nicolas De Loof

Nested Class Summary
static interface TestTemplate.CallBack
          Callback to do something with a test
 
Constructor Summary
TestTemplate(MavenProject project, String includes, String excludes, TestTemplate.CallBack callBack)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTemplate

public TestTemplate(MavenProject project,
                    String includes,
                    String excludes,
                    TestTemplate.CallBack callBack)
             throws MojoExecutionException
Parameters:
project - the maven project
includes - inclusion patterns
excludes - exclusion patterns
callBack - what to do with thoses tests
Throws:
MojoExecutionException - some error occured


Copyright © 2007-2012 Codehaus. All Rights Reserved.