Interface TestModuleResult

  • All Superinterfaces:
    java.lang.Iterable<TestResult>, TestResult

    public interface TestModuleResult
    extends TestResult
    A Test Module Result is the parent result element of zero or multiple TestCaseResults and the child of exactly one TestTaskResult. Please note: If the label of this element is set to the value "IGNORE", it will be ignored during the traversal of TestResults.
    See Also:
    Iterable.forEach(Consumer)
    • Method Detail

      • testCaseResults

        java.util.Collection<TestCaseResult> testCaseResults()
        Return the Test Case Results
        Returns:
        TestCaseResult