isInternalServerError top-level property

Matcher isInternalServerError

Asserts if the response is a HttpStatus.internalServerError.

Implementation

Matcher get isInternalServerError => hasStatus(HttpStatus.internalServerError);