Uses of Interface
org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver

Packages that use TestcycleConsoleOutputReceiver
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.report   
 

Uses of TestcycleConsoleOutputReceiver in org.apache.maven.plugin.surefire
 

Methods in org.apache.maven.plugin.surefire that return TestcycleConsoleOutputReceiver
 TestcycleConsoleOutputReceiver StartupReportConfiguration.instantiateConsoleOutputFileReporter()
           
 

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

Classes in org.apache.maven.plugin.surefire.report that implement TestcycleConsoleOutputReceiver
 class ConsoleOutputFileReporter
          Surefire output consumer proxy that writes test output to a File for each test suite.
 class DirectConsoleOutput
          Outputs test system out/system err directly to the console

Just a step on the road to getting the separation of reporting concerns operating properly.

 

Constructors in org.apache.maven.plugin.surefire.report with parameters of type TestcycleConsoleOutputReceiver
TestSetRunListener(ConsoleReporter consoleReporter, FileReporter fileReporter, StatelessXmlReporter simpleXMLReporter, TestcycleConsoleOutputReceiver consoleOutputReceiver, StatisticsReporter statisticsReporter, RunStatistics globalStats, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.