| Package | Description |
|---|---|
| com.jayway.restassured.module.mockmvc.internal | |
| com.jayway.restassured.module.mockmvc.response |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatableMockMvcResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
ValidatableMockMvcResponse |
ValidatableMockMvcResponseImpl.assertThat(org.springframework.test.web.servlet.ResultMatcher resultMatcher) |
ValidatableMockMvcResponse |
ValidatableMockMvcResponseImpl.expect(org.springframework.test.web.servlet.ResultMatcher resultMatcher) |
ValidatableMockMvcResponse |
MockMvcRestAssuredResponseImpl.then() |
| Modifier and Type | Method and Description |
|---|---|
ValidatableMockMvcResponse |
ValidatableMockMvcResponse.assertThat(org.springframework.test.web.servlet.ResultMatcher resultMatcher)
Assert that a
ResultMatcher matches the response. |
ValidatableMockMvcResponse |
ValidatableMockMvcResponse.expect(org.springframework.test.web.servlet.ResultMatcher resultMatcher)
Expect a
ResultMatcher to match the response. |
ValidatableMockMvcResponse |
MockMvcResponse.then()
Returns a validatable response that's lets you validate the response.
|
Copyright © 2010–2014. All rights reserved.