Interface TestTaskResult

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

    public interface TestTaskResult
    extends TestResult
    A Test Task Result represents the result of executing exactly one ETS against one Test Object. It is the parent result element of one or multiple TestModuleResults and the child of exactly one TestRunResult.
    • Method Detail

      • testModuleResults

        java.util.Collection<TestModuleResult> testModuleResults()
        Return the Test Module Results
        Returns:
        TestModuleResults
      • internalErrors

        java.util.Optional<java.util.Collection<java.lang.String>> internalErrors()
        If internal errors occurred, a container is returned with the error messages, otherwise the container is empty.
        Returns:
        error message or empty
      • executableTestSuiteEid

        java.lang.String executableTestSuiteEid()
        The ID of the Executable Test Suite that generated this result.
        Returns:
        Executable Test Suite ID