isRequestEntityTooLarge top-level property

Matcher isRequestEntityTooLarge

Asserts if the response is a HttpStatus.requestEntityTooLarge.

Implementation

Matcher get isRequestEntityTooLarge =>
    hasStatus(HttpStatus.requestEntityTooLarge);