Package org.apache.maven.surefire.junit
Class PojoTestSetExecutor
- java.lang.Object
-
- org.apache.maven.surefire.junit.PojoTestSetExecutor
-
- All Implemented Interfaces:
SurefireTestSetExecutor
public class PojoTestSetExecutor extends Object implements SurefireTestSetExecutor
Executes a JUnit3 test class
-
-
Constructor Summary
Constructors Constructor Description PojoTestSetExecutor(org.apache.maven.surefire.junit.JUnit3Reporter reporter)
-
-
-
Method Detail
-
execute
public void execute(Class<?> testClass, ClassLoader loader) throws TestSetFailedException
- Specified by:
execute
in interfaceSurefireTestSetExecutor
- Throws:
TestSetFailedException
-
-