Uses of Class
org.apache.maven.surefire.junit.JUnit3Reporter
-
Packages that use JUnit3Reporter Package Description org.apache.maven.surefire.junit -
-
Uses of JUnit3Reporter in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as JUnit3Reporter Modifier and Type Field Description private JUnit3Reporter
JUnitTestSetExecutor. reporter
private JUnit3Reporter
PojoTestSetExecutor. reporter
private JUnit3Reporter
TestListenerInvocationHandler. reporter
Methods in org.apache.maven.surefire.junit with parameters of type JUnit3Reporter Modifier and Type Method Description private SurefireTestSetExecutor
JUnit3Provider. createTestSet(java.lang.Class<?> clazz, JUnit3Reporter reporter)
private void
JUnit3Provider. executeTestSet(java.lang.Class<?> testSet, SurefireTestSetExecutor testSetExecutor, JUnit3Reporter reporter, java.util.Map<java.lang.String,java.lang.String> systemProperties)
Constructors in org.apache.maven.surefire.junit with parameters of type JUnit3Reporter Constructor Description JUnitTestSetExecutor(JUnit3Reflector reflector, JUnit3Reporter reporter)
PojoTestSetExecutor(JUnit3Reporter reporter)
TestListenerInvocationHandler(JUnit3Reporter reporter)
-