isBadRequest top-level property

Matcher isBadRequest

Asserts if the response is a HttpStatus.badRequest.

Implementation

Matcher get isBadRequest => hasStatus(HttpStatus.badRequest);