Interface TestCaseResultError

    • Method Detail

      • getContent

        String getContent()
        Returns:
        The error message
      • getTestCaseResult

        TestCaseResult getTestCaseResult()
        Returns:
        Associated TestCaseResult
      • setTestCaseResult

        void setTestCaseResult​(TestCaseResult result)
        Set the test case result this error is associated with
        Parameters:
        result - - the associated test case result.