Uses of Class
net.serenitybdd.core.rest.RestQuery
Packages that use RestQuery
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of RestQuery in net.serenitybdd.core.rest
Methods in net.serenitybdd.core.rest that return RestQueryModifier and TypeMethodDescriptionRestQuery.withContent(String content) RestQuery.withContentType(String contentType) RestQuery.withParameters(List<Object> parameters) RestQuery.withParameters(Map<String, ?> parameterMap) RestQuery.withRequestCookies(String requestCookies) RestQuery.withRequestHeaders(String requestHeaders) RestQuery.withResponse(String responseBody) RestQuery.withResponseCookies(String responseCookies) RestQuery.withResponseHeaders(String responseHeaders) RestQuery.withStatusCode(Integer statusCode) -
Uses of RestQuery in net.thucydides.core.model
Methods in net.thucydides.core.model that return RestQueryMethods in net.thucydides.core.model with parameters of type RestQuery