Package | Description |
---|---|
org.springframework.test.web.client |
Contains client-side REST testing support.
|
org.springframework.test.web.client.match |
Contains built-in
RequestMatcher
implementations. |
org.springframework.test.web.client.response |
Contains built-in
ResponseCreator
implementations. |
Class and Description |
---|
MockRestServiceServer
Main entry point for client-side REST testing.
|
RequestMatcher
A contract for matching requests to expectations.
|
ResponseActions
A contract for setting up request expectations and defining a response.
|
ResponseCreator
A contract for creating a
ClientHttpResponse . |
Class and Description |
---|
RequestMatcher
A contract for matching requests to expectations.
|
Class and Description |
---|
ResponseCreator
A contract for creating a
ClientHttpResponse . |
Copyright © 2015. All rights reserved.