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

Packages that use ConsoleOutputReceiver
org.apache.maven.surefire.booter   
org.apache.maven.surefire.report   
 

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.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-2011 The Apache Software Foundation. All Rights Reserved.