Uses of Interface
org.apache.maven.surefire.report.RunListener
Packages that use RunListener
Package
Description
-
Uses of RunListener in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as RunListenerMethods in org.apache.maven.plugin.surefire.booterclient.output that return RunListenerModifier and TypeMethodDescriptionfinal RunListenerForkClient.getReporter()Used when getting reporters on the plugin side of a fork.private RunListenerForkClient.getTestSetReporter() -
Uses of RunListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement RunListenerMethods in org.apache.maven.plugin.surefire.report that return RunListener -
Uses of RunListener in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement RunListenerModifier and TypeClassDescriptionclassEncodes the full output of the test run to the stdout stream.Methods in org.apache.maven.surefire.booter that return RunListener -
Uses of RunListener in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as RunListenerConstructors in org.apache.maven.surefire.common.junit4 with parameters of type RunListener -
Uses of RunListener in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as RunListenerMethods in org.apache.maven.surefire.junit with parameters of type RunListenerModifier and TypeMethodDescriptionvoidJUnitTestSet.execute(RunListener reporter, ClassLoader loader) voidPojoTestSet.execute(RunListener reportManager, ClassLoader loader) voidSurefireTestSet.execute(RunListener reportManager, ClassLoader loader) private booleanPojoTestSet.executeTestMethod(Method method, RunListener reportManager) private voidPojoTestSet.executeTestMethods(RunListener reportManager) private voidJUnit3Provider.executeTestSet(SurefireTestSet testSet, RunListener reporter, ClassLoader classLoader, Map<String, String> systemProperties) Constructors in org.apache.maven.surefire.junit with parameters of type RunListener -
Uses of RunListener in org.apache.maven.surefire.junit4
Classes in org.apache.maven.surefire.junit4 that implement RunListenerMethods in org.apache.maven.surefire.junit4 with parameters of type RunListenerModifier and TypeMethodDescriptionprivate voidJUnit4Provider.executeTestSet(Class<?> clazz, RunListener reporter, Notifier notifier) -
Uses of RunListener in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement RunListenerModifier and TypeClassDescriptionclassclassHandles responses from concurrent junit
Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methodsclassFields in org.apache.maven.surefire.junitcore with type parameters of type RunListenerModifier and TypeFieldDescriptionprivate final ThreadLocal<RunListener>ConcurrentRunListener.reporterManagerThreadLocalMethods in org.apache.maven.surefire.junitcore that return RunListenerModifier and TypeMethodDescription(package private) RunListenerConcurrentRunListener.getRunListener()Methods in org.apache.maven.surefire.junitcore with parameters of type RunListenerModifier and TypeMethodDescriptionvoidTestSet.incrementFinishedTests(RunListener reporterManager, boolean reportImmediately) (package private) voidTestMethod.replay(RunListener reporter) voidTestSet.replay(RunListener target) voidTestSet.setAllScheduled(RunListener reporterManager) Constructors in org.apache.maven.surefire.junitcore with parameters of type RunListenerModifierConstructorDescriptionJUnitCoreRunListener(RunListener reporter, Map<String, TestSet> classMethodCounts) NonConcurrentRunListener(RunListener reporter) -
Uses of RunListener in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as RunListenerMethods in org.apache.maven.surefire.junitplatform with parameters of type RunListenerModifier and TypeMethodDescriptionprivate voidJUnitPlatformProvider.invokeAllTests(TestsToRun testsToRun, RunListener runListener) Constructors in org.apache.maven.surefire.junitplatform with parameters of type RunListener -
Uses of RunListener in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunListener -
Uses of RunListener in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as RunListenerMethods in org.apache.maven.surefire.testng with parameters of type RunListenerModifier and TypeMethodDescriptionprivate static StoppableTestNGExecutor.createStoppable(RunListener reportManager, int skipAfterFailureCount) private static TestNGReporterTestNGExecutor.createTestNGReporter(RunListener reportManager) (package private) voidTestNGDirectoryTestSuite.execute(TestsToRun testsToRun, RunListener reporterManager) (package private) voidTestNGXmlTestSuite.execute(RunListener reporter) private voidTestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun, RunListener reporterManager) private voidTestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, RunListener reporterManager) private voidTestNGDirectoryTestSuite.executeSingleClass(RunListener reporter, Class<?> testClass) (package private) final voidTestSuite.finishTestSuite(RunListener reporterManager) private static voidTestNGExecutor.postConfigure(org.testng.TestNG testNG, String sourcePath, RunListener reportManager, File reportsDirectory, int skipAfterFailureCount, int verboseLevel) (package private) static voidTestNGExecutor.run(Iterable<Class<?>> testClasses, String testSourceDirectory, Map<String, String> options, RunListener reportManager, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount) (package private) static voidTestNGExecutor.run(List<String> suiteFiles, String testSourceDirectory, Map<String, String> options, RunListener reportManager, File reportsDirectory, int skipAfterFailureCount) (package private) final voidTestSuite.startTestSuite(RunListener reporterManager) Constructors in org.apache.maven.surefire.testng with parameters of type RunListenerModifierConstructorDescriptionConfigurationAwareTestNGReporter(RunListener reportManager) TestNGReporter(RunListener reportManager) Constructs a new instance that will listen to test updates from aTestNGclass instance.