Interface TestResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String description()
      Description of the associated Test in the ETS
      long duration()
      The duration of this test in milliseconds
      java.lang.String label()
      Label of the associated Test in the ETS
      ResultStatus resultStatus()
      The status that has been aggregated from the child tests items
      java.time.ZonedDateTime startDate()
      The start data
      java.lang.String type()
      Returns the string representation of this type
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • type

        java.lang.String type()
        Returns the string representation of this type
        Returns:
        type as string
      • label

        java.lang.String label()
        Label of the associated Test in the ETS
        Returns:
        label as string
      • description

        java.lang.String description()
        Description of the associated Test in the ETS
        Returns:
        label as string
      • resultStatus

        ResultStatus resultStatus()
        The status that has been aggregated from the child tests items
        Returns:
        label as string
      • startDate

        java.time.ZonedDateTime startDate()
        The start data
        Returns:
        start as date
      • duration

        long duration()
        The duration of this test in milliseconds
        Returns:
        duration in milliseconds