Response VerifyResult Method C# API
Overload List

  NameDescription
Public methodVerifyResult(HttpStatus)
Verify that the response code of this Response matches the specifed expectedResult
Public methodVerifyResult(HttpStatus, ActionType)
Verify that the response code of this Response matches the specifed expectedResult, and takes the specified action if it does not.
Back to Top
See Also