org.apache.maven.surefire.report
Interface RunReporter

All Known Implementing Classes:
AbstractConsoleReporter, BriefConsoleReporter, ConsoleReporter, DetailedConsoleReporter, ForkingConsoleReporter, MulticastingReporter, ReporterManager

public interface RunReporter

A reporter that is aware of run start/run finished events


Method Summary
 void runCompleted()
          Indicates the end of the entire test run Only called on the first provider, and just by the ReporterFactory
 void runStarting()
          Indicates the start of the entire test run.
 

Method Detail

runStarting

void runStarting()
Indicates the start of the entire test run. Only called on the first provider, and just by the ReporterFactory


runCompleted

void runCompleted()
Indicates the end of the entire test run Only called on the first provider, and just by the ReporterFactory



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