isExpectationFailed top-level property

Matcher isExpectationFailed

Asserts if the response is a HttpStatus.expectationFailed.

Implementation

Matcher get isExpectationFailed => hasStatus(HttpStatus.expectationFailed);