isNotImplemented top-level property

Matcher isNotImplemented

Asserts if the response is a HttpStatus.notImplemented.

Implementation

Matcher get isNotImplemented => hasStatus(HttpStatus.notImplemented);