Package org.apache.maven.surefire.junit
Class JUnitTestSetExecutor
- java.lang.Object
-
- org.apache.maven.surefire.junit.JUnitTestSetExecutor
-
- All Implemented Interfaces:
SurefireTestSetExecutor
public final class JUnitTestSetExecutor extends java.lang.Object implements SurefireTestSetExecutor
JUnit3 test set
-
-
Constructor Summary
Constructors Constructor Description JUnitTestSetExecutor(org.apache.maven.surefire.common.junit3.JUnit3Reflector reflector, org.apache.maven.surefire.junit.JUnit3Reporter reporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.Class<?> testClass, java.lang.ClassLoader loader)
-
-
-
Method Detail
-
execute
public void execute(java.lang.Class<?> testClass, java.lang.ClassLoader loader) throws org.apache.maven.surefire.api.testset.TestSetFailedException
- Specified by:
execute
in interfaceSurefireTestSetExecutor
- Throws:
org.apache.maven.surefire.api.testset.TestSetFailedException
-
-