isNotModified top-level property

Matcher isNotModified

Asserts if the response is a HttpStatus.notModified.

Implementation

Matcher get isNotModified => hasStatus(HttpStatus.notModified);