isAccepted top-level property

Matcher isAccepted

Asserts if the response is a HttpStatus.accepted.

Implementation

Matcher get isAccepted => hasStatus(HttpStatus.accepted);