Uses of Class
net.serenitybdd.model.rest.RestQuery
Packages that use RestQuery
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of RestQuery in net.serenitybdd.model.rest
Methods in net.serenitybdd.model.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.model.domain
Methods in net.thucydides.model.domain that return RestQueryMethods in net.thucydides.model.domain with parameters of type RestQuery