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

Packages that use ConsoleOutputReceiver
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.surefire.booter   
org.apache.maven.surefire.junitcore   
org.apache.maven.surefire.report   
 

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

Classes in org.apache.maven.plugin.surefire.booterclient that implement ConsoleOutputReceiver
 class MockReporter
          Internal use only
 

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

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

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

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

Methods in org.apache.maven.surefire.junitcore with parameters of type ConsoleOutputReceiver
 void LogicalStream.writeDetails(ConsoleOutputReceiver outputReceiver)
           
 

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

Classes in org.apache.maven.surefire.report that implement ConsoleOutputReceiver
 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.
 

Methods in org.apache.maven.surefire.report that return ConsoleOutputReceiver
static ConsoleOutputReceiver ConsoleOutputReceiverForCurrentThread.get()
           
protected abstract  ConsoleOutputReceiver TestConsoleOutputRunListener.getConsoleOutputReceiver()
           
protected  ConsoleOutputReceiver TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getConsoleOutputReceiver()
           
protected  ConsoleOutputReceiver TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getConsoleOutputReceiver()
           
 

Methods in org.apache.maven.surefire.report with parameters of type ConsoleOutputReceiver
static void ConsoleOutputReceiverForCurrentThread.set(ConsoleOutputReceiver consoleOutputReceiver)
           
static void ConsoleOutputCapture.startCapture(ConsoleOutputReceiver target)
           
 



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