isConflict top-level property

Matcher isConflict

Asserts if the response is a HttpStatus.conflict.

Implementation

Matcher get isConflict => hasStatus(HttpStatus.conflict);