isRequestTimeout top-level property

Matcher isRequestTimeout

Asserts if the response is a HttpStatus.requestTimeout.

Implementation

Matcher get isRequestTimeout => hasStatus(HttpStatus.requestTimeout);