Uses of Class
org.apache.maven.surefire.junit.JUnit3Reporter
Packages that use JUnit3Reporter
-
Uses of JUnit3Reporter in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as JUnit3ReporterModifier and TypeFieldDescriptionprivate final JUnit3ReporterJUnitTestSetExecutor.reporterprivate final JUnit3ReporterPojoTestSetExecutor.reporterprivate final JUnit3ReporterTestListenerInvocationHandler.reporterMethods in org.apache.maven.surefire.junit with parameters of type JUnit3ReporterModifier and TypeMethodDescriptionprivate SurefireTestSetExecutorJUnit3Provider.createTestSet(Class<?> clazz, JUnit3Reporter reporter) private voidJUnit3Provider.executeTestSet(Class<?> testSet, SurefireTestSetExecutor testSetExecutor, JUnit3Reporter reporter, Map<String, String> systemProperties) Constructors in org.apache.maven.surefire.junit with parameters of type JUnit3ReporterModifierConstructorDescriptionJUnitTestSetExecutor(JUnit3Reflector reflector, JUnit3Reporter reporter) PojoTestSetExecutor(JUnit3Reporter reporter) TestListenerInvocationHandler(JUnit3Reporter reporter)