Interface TestSuiteReport

All Superinterfaces:
TestReport
All Known Implementing Classes:
DefaultTestSuiteReport

public interface TestSuiteReport extends TestReport
Defines the interface of a TestReport produced by a TestSuite.
Version:
$Id: TestSuiteReport.java 1808001 2017-09-11 09:51:29Z ssteiner $
  • Method Details

    • getChildrenReports

      TestReport[] getChildrenReports()
      Returns an array of children TestReports which may be useful for reports generated by TestSuite instances.