Contains client-side REST testing support.
-
Return a builder for a MockRestServiceServer
that should be used
to reply to the RestClient
for the given RestClient.Builder
.
Return a builder for a MockRestServiceServer
that should be used
to reply to the given RestTemplate
.
Return a builder for a MockRestServiceServer
that should be used
to reply to the RestTemplate
for the given RestGatewaySupport
.
MockRestServiceServer.MockRestServiceServerBuilder.bufferContent()
MockRestServiceServer.MockRestServiceServerBuilder.ignoreExpectOrder(boolean ignoreExpectOrder)
Whether to allow expected requests to be executed in any order not
necessarily matching the order of declaration.