Package | Description |
---|---|
org.springframework.social.test.client |
Test framework for ServiceProvider APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
MockClientHttpRequest
Mock implementation of
ClientHttpRequest . |
Modifier and Type | Method and Description |
---|---|
ResponseActions |
MockClientHttpRequest.andExpect(RequestMatcher requestMatcher) |
ResponseActions |
ResponseActions.andExpect(RequestMatcher requestMatcher)
Allows for further expectations to be set on the request.
|
ResponseActions |
MockRestServiceServer.expect(RequestMatcher requestMatcher)
Records an expectation specified by the given
RequestMatcher . |
Copyright © 2016. All rights reserved.