Uses of Class
com.atlassian.bamboo.testutils.http.HttpResponseAssertionBuilder
Packages that use HttpResponseAssertionBuilder
-
Uses of HttpResponseAssertionBuilder in com.atlassian.bamboo.testutils.http
Methods in com.atlassian.bamboo.testutils.http that return HttpResponseAssertionBuilderModifier and TypeMethodDescriptionHttpResponseAssertionBuilder.contentDisposition
(HttpResponseAssertionBuilder.DispositionType dispositionType, String filename) Specifies the expected content disposition headerHttpResponseAssertionBuilder.headerEquals
(String header, String value) Specifies a header and its expected value in the responseHttpResponseAssertionBuilder.isCompressed
(boolean expectedCompressed, long expectedDecompressedLength) Specifies whether the response content is expected to be compressedHttpResponseAssertionBuilder.nullHeaders
(String... headers) Specifies the headers that are expected to be absent (null) in the responseHttpResponseAssertionBuilder.statusIs
(int status) Specifies the expected HTTP status code for the response