Interface TestStepResult

    • Method Detail

      • getAttachment

        java.util.Map<java.lang.String,​java.lang.String> getAttachment()
        Additional information that are attached to this result.
        Returns:
        a map with the name of the attachment as key and the additional information as value
      • testAssertionResults

        java.util.Collection<TestAssertionResult> testAssertionResults()
        Return assertion results
        Returns:
        assertion results or null