Interface Assertion

    • Method Detail

      • getResult

        AssertionResult getResult​(SampleResult response)
        Returns the AssertionResult object encapsulating information about the success or failure of the assertion.
        Parameters:
        response - the SampleResult containing information about the Sample (duration, success, etc)
        Returns:
        the AssertionResult containing the information about whether the assertion passed or failed.