Uses of Interface
org.apache.maven.surefire.report.RunListener

Packages that use RunListener
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.plugin.surefire.booterclient.output   
org.apache.maven.plugin.surefire.report   
org.apache.maven.surefire.booter   
org.apache.maven.surefire.common.junit4   
org.apache.maven.surefire.junit   
org.apache.maven.surefire.junit4   
org.apache.maven.surefire.junitcore   
org.apache.maven.surefire.report   
org.apache.maven.surefire.testng   
 

Uses of RunListener in org.apache.maven.plugin.surefire.booterclient
 

Methods in org.apache.maven.plugin.surefire.booterclient that return RunListener
 RunListener TestSetMockReporterFactory.createReporter()
           
 

Uses of RunListener in org.apache.maven.plugin.surefire.booterclient.output
 

Methods in org.apache.maven.plugin.surefire.booterclient.output that return RunListener
 RunListener ForkClient.getReporter(Integer channelNumber)
          Used when getting reporters on the plugin side of a fork.
 

Uses of RunListener in org.apache.maven.plugin.surefire.report
 

Methods in org.apache.maven.plugin.surefire.report that return RunListener
 RunListener FileReporterFactory.createReporter()
           
 

Uses of RunListener in org.apache.maven.surefire.booter
 

Classes in org.apache.maven.surefire.booter that implement RunListener
 class ForkingRunListener
          Encodes the full output of the test run to the stdout stream.
 

Methods in org.apache.maven.surefire.booter that return RunListener
 RunListener ForkingReporterFactory.createReporter()
           
 

Uses of RunListener in org.apache.maven.surefire.common.junit4
 

Fields in org.apache.maven.surefire.common.junit4 declared as RunListener
protected  RunListener JUnit4RunListener.reporter
           
 

Constructors in org.apache.maven.surefire.common.junit4 with parameters of type RunListener
JUnit4RunListener(RunListener reporter)
          Constructor.
 

Uses of RunListener in org.apache.maven.surefire.junit
 

Methods in org.apache.maven.surefire.junit with parameters of type RunListener
 void SurefireTestSet.execute(RunListener reportManager, ClassLoader loader)
           
 void PojoTestSet.execute(RunListener reportManager, ClassLoader loader)
           
 void JUnitTestSet.execute(RunListener reporter, ClassLoader loader)
           
 

Constructors in org.apache.maven.surefire.junit with parameters of type RunListener
TestListenerInvocationHandler(RunListener reporter)
           
 

Uses of RunListener in org.apache.maven.surefire.junit4
 

Classes in org.apache.maven.surefire.junit4 that implement RunListener
 class MockReporter
          Internal use only
 

Uses of RunListener in org.apache.maven.surefire.junitcore
 

Classes in org.apache.maven.surefire.junitcore that implement RunListener
 class ClassesParallelRunListener
           
 class ConcurrentReporterManager
           
 class MethodsParallelRunListener
           
 

Methods in org.apache.maven.surefire.junitcore with parameters of type RunListener
 void TestSet.incrementFinishedTests(RunListener reporterManager, boolean reportImmediately)
           
 void TestSet.replay(RunListener target)
           
 void TestSet.setAllScheduled(RunListener reporterManager)
           
 

Constructors in org.apache.maven.surefire.junitcore with parameters of type RunListener
JUnitCoreRunListener(RunListener reporter, Map<String,TestSet> classMethodCounts)
           
 

Uses of RunListener in org.apache.maven.surefire.report
 

Classes in org.apache.maven.surefire.report that implement RunListener
 class AsynchRunListener
          Transfers further processing of the request to a different thread, returning immediately to calling code.
 class TestConsoleOutputRunListener
          Attaches the currently executing test method to the thread, allowing test output to be directed to the proper test set.
static class TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
           
static class TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
           
 class TestSetRunListener
          Reports data for a single test set.
 class ThreadLocalRunListener
          Ensures that the current thread has a RunListener instance attached, and forwards calls to it.
 

Methods in org.apache.maven.surefire.report that return RunListener
 RunListener ReporterFactory.createReporter()
          Creates a reporter.
 RunListener ThreadLocalRunListener.getTarget()
           
protected abstract  RunListener TestConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report)
           
protected  RunListener TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report)
           
protected  RunListener TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getTestMethodRunListener(ReportEntry report)
           
protected abstract  RunListener TestConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry)
           
protected  RunListener TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry)
           
protected  RunListener TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getTestSetRunListener(ReportEntry reportEntry)
           
 

Constructors in org.apache.maven.surefire.report with parameters of type RunListener
AsynchRunListener(RunListener target, String role)
           
 

Uses of RunListener in org.apache.maven.surefire.testng
 

Methods in org.apache.maven.surefire.testng with parameters of type RunListener
static void TestNGDirectoryTestSuite.finishTestSuite(RunListener reporterManager, Object suite)
           
static void TestNGExecutor.run(Class[] testClasses, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, RunListener reportManager, TestNgTestSuite suite, File reportsDirectory, String methodNamePattern)
           
static void TestNGExecutor.run(List suiteFiles, String testSourceDirectory, Map options, org.apache.maven.artifact.versioning.ArtifactVersion version, RunListener reportManager, TestNgTestSuite suite, File reportsDirectory)
           
static void TestNGDirectoryTestSuite.startTestSuite(RunListener reporter, Object suite)
           
 

Constructors in org.apache.maven.surefire.testng with parameters of type RunListener
ConfigurationAwareTestNGReporter(RunListener reportManager, TestNgTestSuite source)
           
TestNGReporter(RunListener reportManager)
          Constructs a new instance that will listen to test updates from a TestNG class instance.
 



Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.