isNotFound top-level property

Matcher isNotFound

Asserts if the response is a HttpStatus.notFound.

Implementation

Matcher get isNotFound => hasStatus(HttpStatus.notFound);