Package | Description |
---|---|
org.springframework.test.web.client |
Contains client-side REST testing support.
|
org.springframework.test.web.client.response |
Contains built-in
ResponseCreator
implementations. |
Modifier and Type | Method and Description |
---|---|
void |
ResponseActions.andRespond(ResponseCreator responseCreator)
Define the response.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResponseCreator
A
ResponseCreator with builder-style methods for adding response details. |
Copyright © 2015. All rights reserved.