All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static io.restassured.response.Response |
delete() |
static io.restassured.response.Response |
delete(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
delete(String path,
Object... pathParams) |
static io.restassured.response.Response |
delete(URI uri) |
static io.restassured.response.Response |
delete(URL url) |
static io.restassured.specification.ResponseSpecification |
expect() |
static io.restassured.response.Response |
get() |
static io.restassured.response.Response |
get(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
get(String path,
Object... pathParams) |
static io.restassured.response.Response |
get(URI uri) |
static io.restassured.response.Response |
get(URL url) |
static io.restassured.specification.RequestSpecification |
given() |
static io.restassured.specification.RequestSpecification |
given(io.restassured.specification.RequestSpecification requestSpecification) |
static io.restassured.specification.RequestSender |
given(io.restassured.specification.RequestSpecification request,
io.restassured.specification.ResponseSpecification response) |
static io.restassured.response.Response |
head() |
static io.restassured.response.Response |
head(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
head(String path,
Object... pathParams) |
static io.restassured.response.Response |
head(URI uri) |
static io.restassured.response.Response |
head(URL url) |
static io.restassured.response.Response |
options() |
static io.restassured.response.Response |
options(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
options(String path,
Object... pathParams) |
static io.restassured.response.Response |
options(URI uri) |
static io.restassured.response.Response |
options(URL url) |
static io.restassured.response.Response |
patch() |
static io.restassured.response.Response |
patch(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
patch(String path,
Object... pathParams) |
static io.restassured.response.Response |
patch(URI uri) |
static io.restassured.response.Response |
patch(URL url) |
static io.restassured.response.Response |
post() |
static io.restassured.response.Response |
post(String path,
Map<String,?> pathParams) |
static io.restassured.response.Response |
post(String path,
Object... pathParams) |
static io.restassured.response.Response |
post(URI uri) |
static io.restassured.response.Response |
post(URL url) |
static io.restassured.response.Response |
put() |
static io.restassured.response.Response |
put(String path,
Object... pathParams) |
static io.restassured.response.Response |
put(URI uri) |
static io.restassured.response.Response |
put(URL url) |
static io.restassured.specification.RequestSender |
when() |
static io.restassured.specification.RequestSpecification |
with() |