Interface ITestSuiteElement

All Superinterfaces:
ITestElement
All Known Subinterfaces:
ITestRunSession

public interface ITestSuiteElement extends ITestElement
Represents a test suite element.

This interface is not intended to be implemented by clients.

Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getChildren

      List<? extends ITestElement> getChildren()
      Returns all tests (and test suites) contained in the suite.
      Returns:
      returns all tests (and test suites) contained in the suite.