Spring Social

Package org.springframework.social.test.client

Test framework for ServiceProvider APIs.

See:
          Description

Interface Summary
RequestMatcher Defines the contract for matching requests to expectations.
ResponseActions Allows for setting up responses and additional expectations.
ResponseCreator Allows for creating up responses.
 

Class Summary
AssertionErrors JUnit independent assertion class.
MockClientHttpRequest Mock implementation of ClientHttpRequest.
MockClientHttpRequestFactory Mock implementation of ClientHttpRequestFactory.
MockClientHttpResponse Mock implementation of ClientHttpResponse.
MockHttpRequest  
MockRestServiceServer Main entry point for client-side REST testing.
RequestMatchers Factory methods for RequestMatcher classes.
ResponseCreators Factory methods for ResponseCreator classes.
 

Package org.springframework.social.test.client Description

Test framework for ServiceProvider APIs.


Spring Social