Package org.apache.maven.surefire.junit
Interface SurefireTestSet
-
- All Known Implementing Classes:
JUnitTestSet
,PojoTestSet
public interface SurefireTestSet
Describes a single test set
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(RunListener reportManager, java.lang.ClassLoader loader)
java.lang.String
getName()
-
-
-
Method Detail
-
execute
void execute(RunListener reportManager, java.lang.ClassLoader loader) throws TestSetFailedException
- Throws:
TestSetFailedException
-
getName
java.lang.String getName()
-
-