isForbidden top-level property

Matcher isForbidden

Asserts if the response is a HttpStatus.forbidden.

Implementation

Matcher get isForbidden => hasStatus(HttpStatus.forbidden);