public class ContentTypeResult extends BaseResult
mockResponse| Constructor and Description |
|---|
ContentTypeResult(MockResponse mockResponse,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
MockResponse |
is(org.springframework.http.MediaType expectedMediaType) |
MockResponse |
is(String expectedContentType) |
MockResponse |
is(String expectedMediaType,
String expectedMediaSubtype) |
endpublic ContentTypeResult(MockResponse mockResponse, String contentType)
public String get()
public MockResponse is(String expectedContentType)
public MockResponse is(String expectedMediaType, String expectedMediaSubtype)
public MockResponse is(org.springframework.http.MediaType expectedMediaType)
Copyright © 2021–2023 EasyJ开源社区. All rights reserved.