isBadGateway top-level property

Matcher isBadGateway

Asserts if the response is a HttpStatus.badGateway.

Implementation

Matcher get isBadGateway => hasStatus(HttpStatus.badGateway);