Uses of Package
org.springframework.test.web.client
Package
Description
Contains client-side REST testing support.
Contains built-in
RequestMatcher
implementations.Contains built-in
ResponseCreator
implementations.-
ClassDescriptionBase class for
RequestExpectationManager
implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.Helper class that keeps track of actual vs expected request count.A simple type representing a range for an expected count.Main entry point for client-side REST testing.Builder to create aMockRestServiceServer
.An extension ofResponseActions
that also implementsRequestMatcher
andResponseCreator
Encapsulates the behavior required to implementMockRestServiceServer
including its public API (create expectations + verify/reset) along with an extra method for verifying actual requests.A contract for matching requests to expectations.A contract for setting up request expectations and defining a response.A contract for creating aClientHttpResponse
. -
-