org.apache.maven.surefire.testset
Interface SurefireTestSet

All Known Implementing Classes:
AbstractTestSet, PojoTestSet

public interface SurefireTestSet


Method Summary
 void execute(ReporterManager reportManager, ClassLoader loader)
           
 String getName()
           
 Class getTestClass()
           
 

Method Detail

execute

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

getName

String getName()

getTestClass

Class getTestClass()


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