isNotAcceptable top-level property

Matcher isNotAcceptable

Asserts if the response is a HttpStatus.notAcceptable.

Implementation

Matcher get isNotAcceptable => hasStatus(HttpStatus.notAcceptable);