Package | Description |
---|---|
io.restassured.module.mockmvc | |
io.restassured.module.mockmvc.internal | |
io.restassured.module.mockmvc.specification |
Modifier and Type | Method and Description |
---|---|
static MockMvcRequestSender |
RestAssuredMockMvc.when()
This is usually the entry-point of the API if you need to specify parameters or a body in the request.
|
Modifier and Type | Class and Description |
---|---|
class |
MockMvcRequestSpecificationImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
MockMvcRequestAsyncConfigurer
Options available when sending a request using Mock MVC module.
|
interface |
MockMvcRequestAsyncSender
Options available when sending a request using Mock MVC module.
|
interface |
MockMvcRequestSpecification
Allows you to specify how the request will look like.
|
Modifier and Type | Method and Description |
---|---|
MockMvcRequestSender |
MockMvcRequestAsyncConfigurer.then()
Return back to request sender
|
Copyright © 2010–2020. All rights reserved.