isFailedDependency top-level property

Matcher isFailedDependency

Asserts if the response is a HttpStatus.failedDependency.

Implementation

Matcher get isFailedDependency => hasStatus(HttpStatus.failedDependency);