Class StatisticsReporter

java.lang.Object
org.apache.maven.plugin.surefire.runorder.StatisticsReporter

public class StatisticsReporter extends Object
Author:
Kristian Rosenvold
  • Constructor Details

    • StatisticsReporter

      public StatisticsReporter(File dataFile)
    • StatisticsReporter

      protected StatisticsReporter(File dataFile, org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap existing, org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap newResults)
  • Method Details

    • testSetCompleted

      public void testSetCompleted()
    • testSucceeded

      public void testSucceeded(org.apache.maven.surefire.api.report.ReportEntry report)
    • testSkipped

      public void testSkipped(org.apache.maven.surefire.api.report.ReportEntry report)
    • testError

      public void testError(org.apache.maven.surefire.api.report.ReportEntry report)
    • testFailed

      public void testFailed(org.apache.maven.surefire.api.report.ReportEntry report)