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 ResponseAssertAssertions. assertThat(javax.ws.rs.core.Response response)ResponseAssertResponseAssert. hasEncoding(String encoding)Asserts that the response has the given 'Content-Encoding' header.ResponseAssertResponseAssert. hasHeader(String name, String value)Asserts that the response has the given header.ResponseAssertResponseAssert. hasHeaderSatisfying(String name, Consumer<List<String>> consumer)ResponseAssertResponseAssert. hasLanguage(Locale locale)ResponseAssertResponseAssert. hasLength(int length)ResponseAssertResponseAssert. hasMediaType(javax.ws.rs.core.MediaType mediaType)Asserts that the response has the given media type.ResponseAssertResponseAssert. hasMediaTypeCompatibleWith(javax.ws.rs.core.MediaType mediaType)Asserts that the response has a media type compatible with the given media type.ResponseAssertResponseAssert. hasStatus(javax.ws.rs.core.Response.Status status)Asserts that the response has the given status code and reason phrase.ResponseAssertResponseAssert. hasStatusFamily(javax.ws.rs.core.Response.Status.Family family)Asserts that that response status is within the given status family.
-