isMethodNotAllowed top-level property

Matcher isMethodNotAllowed

Asserts if the response is a HttpStatus.methodNotAllowed.

Implementation

Matcher get isMethodNotAllowed => hasStatus(HttpStatus.methodNotAllowed);