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$
    • Method Detail

      • getChildrenReports

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