isMovedPermanently top-level property

Matcher isMovedPermanently

Asserts if the response is a HttpStatus.movedPermanently.

Implementation

Matcher get isMovedPermanently => hasStatus(HttpStatus.movedPermanently);