Uses of Interface
org.apache.maven.surefire.junit.SurefireTestSetExecutor
-
Packages that use SurefireTestSetExecutor Package Description org.apache.maven.surefire.junit -
-
Uses of SurefireTestSetExecutor in org.apache.maven.surefire.junit
Classes in org.apache.maven.surefire.junit that implement SurefireTestSetExecutor Modifier and Type Class Description class
JUnitTestSetExecutor
JUnit3 test setclass
PojoTestSetExecutor
Executes a JUnit3 test classMethods in org.apache.maven.surefire.junit that return SurefireTestSetExecutor Modifier and Type Method Description private SurefireTestSetExecutor
JUnit3Provider. createTestSet(java.lang.Class<?> clazz, JUnit3Reporter reporter)
Methods in org.apache.maven.surefire.junit with parameters of type SurefireTestSetExecutor Modifier and Type Method Description private void
JUnit3Provider. executeTestSet(java.lang.Class<?> testSet, SurefireTestSetExecutor testSetExecutor, JUnit3Reporter reporter, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-