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 JUnit3ReporterJUnitTestSetExecutor. reporterprivate JUnit3ReporterPojoTestSetExecutor. reporterprivate JUnit3ReporterTestListenerInvocationHandler. reporterMethods in org.apache.maven.surefire.junit with parameters of type JUnit3Reporter Modifier and Type Method Description private SurefireTestSetExecutorJUnit3Provider. createTestSet(java.lang.Class<?> clazz, JUnit3Reporter reporter)private voidJUnit3Provider. 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)
-