org.codehaus.mojo.gwt.test
Interface TestTemplate.CallBack

Enclosing class:
TestTemplate

public static interface TestTemplate.CallBack

Callback to do something with a test


Method Summary
 void doWithTest(File sourceDir, String test)
           
 

Method Detail

doWithTest

void doWithTest(File sourceDir,
                String test)
                throws MojoExecutionException
Parameters:
sourceDir - where the test was found
test - the test name
Throws:
MojoExecutionException - some error occured


Copyright © 2007-2012 Codehaus. All Rights Reserved.