strikt-spring / strikt.spring / strikt.api.Assertion.Builder / contentTypeIsCompatibleWith

contentTypeIsCompatibleWith

infix fun <T : ServletResponse> Builder<T>.contentTypeIsCompatibleWith(expected: MediaType): Builder<T>

Asserts that the content type of the subject is compatible with expected.

See Also

MediaType.isCompatibleWith