Package org.apache.maven.surefire.junit
Class PojoTestSet
java.lang.Object
org.apache.maven.surefire.junit.PojoTestSet
- All Implemented Interfaces:
SurefireTestSet
Executes a JUnit3 test class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.maven.surefire.report.RunListener reportManager, ClassLoader loader) getName()
-
Constructor Details
-
PojoTestSet
public PojoTestSet(Class<?> testClass) throws org.apache.maven.surefire.testset.TestSetFailedException - Throws:
org.apache.maven.surefire.testset.TestSetFailedException
-
-
Method Details
-
execute
public void execute(org.apache.maven.surefire.report.RunListener reportManager, ClassLoader loader) throws org.apache.maven.surefire.testset.TestSetFailedException - Specified by:
execute
in interfaceSurefireTestSet
- Throws:
org.apache.maven.surefire.testset.TestSetFailedException
-
getName
- Specified by:
getName
in interfaceSurefireTestSet
-