Uses of Class
ubic.gemma.rest.util.ResponseAssert
-
Packages that use ResponseAssert Package Description ubic.gemma.rest.util -
-
Uses of ResponseAssert in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return ResponseAssert Modifier and Type Method Description static ResponseAssert
Assertions. assertThat(javax.ws.rs.core.Response response)
ResponseAssert
ResponseAssert. hasEncoding(String encoding)
Asserts that the response has the given 'Content-Encoding' header.ResponseAssert
ResponseAssert. hasHeader(String name, String value)
Asserts that the response has the given header.ResponseAssert
ResponseAssert. hasHeaderSatisfying(String name, Consumer<List<String>> consumer)
ResponseAssert
ResponseAssert. hasLanguage(Locale locale)
ResponseAssert
ResponseAssert. hasLength(int length)
ResponseAssert
ResponseAssert. hasMediaType(javax.ws.rs.core.MediaType mediaType)
Asserts that the response has the given media type.ResponseAssert
ResponseAssert. hasMediaTypeCompatibleWith(javax.ws.rs.core.MediaType mediaType)
Asserts that the response has a media type compatible with the given media type.ResponseAssert
ResponseAssert. hasStatus(javax.ws.rs.core.Response.Status status)
Asserts that the response has the given status code and reason phrase.ResponseAssert
ResponseAssert. hasStatusFamily(javax.ws.rs.core.Response.Status.Family family)
Asserts that that response status is within the given status family.
-