| Package | Description |
|---|---|
| com.jayway.restassured.module.mockmvc | |
| com.jayway.restassured.module.mockmvc.internal | |
| com.jayway.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 | Method and Description |
|---|---|
MockMvcRequestSender |
MockMvcRequestSpecificationImpl.when() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MockMvcRequestSpecification
Allows you to specify how the request will look like.
|
| Modifier and Type | Method and Description |
|---|---|
MockMvcRequestSender |
MockMvcRequestSpecification.when()
Call this method when you're done setting up the request specification.
|
Copyright © 2010–2014. All rights reserved.