Interface StatelessReportEventListener<R extends TestSetReportEntry,S>

Type Parameters:
R - report entry type, see WrappedReportEntry from module the maven-surefire-common
S - test-set statistics, see TestSetStats from module the maven-surefire-common

public interface StatelessReportEventListener<R extends TestSetReportEntry,S>
Creates a report upon handled event "testSetCompleted".
Defaults to org.apache.maven.plugin.surefire.report.StatelessXmlReporter. author Tibor Digana (tibor17)
Since:
3.0.0-M4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testSetCompleted(R report, S testSetStats)
    The callback is called after the test class has been completed and the state of report is final.
  • Method Details

    • testSetCompleted

      void testSetCompleted(R report, S testSetStats)
      The callback is called after the test class has been completed and the state of report is final.
      Parameters:
      report - WrappedReportEntry
      testSetStats - TestSetStats