org.apache.maven.surefire.junit
Interface SurefireTestSet

All Known Implementing Classes:
JUnitTestSet, PojoTestSet

public interface SurefireTestSet


Method Summary
 void execute(RunListener reportManager, ClassLoader loader)
           
 String getName()
           
 

Method Detail

execute

void execute(RunListener reportManager,
             ClassLoader loader)
             throws TestSetFailedException
Throws:
TestSetFailedException

getName

String getName()


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.