Package | Description |
---|---|
org.springframework.test.web.client |
Contains client-side REST testing support.
|
Modifier and Type | Method and Description |
---|---|
ResponseActions |
ResponseActions.andExpect(RequestMatcher requestMatcher)
Add a request expectation.
|
ResponseActions |
MockRestServiceServer.expect(RequestMatcher requestMatcher)
Set up a new HTTP request expectation.
|
Copyright © 2015. All rights reserved.