isUnsupportedMediaType top-level property

Matcher isUnsupportedMediaType

Asserts if the response is a HttpStatus.unsupportedMediaType.

Implementation

Matcher get isUnsupportedMediaType =>
    hasStatus(HttpStatus.unsupportedMediaType);