bindTo
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
Return
a configured MockRestServiceServer
Parameters
restTemplate
the source REST template
open fun bindTo(restTemplate: RestTemplate, expectationManager: RequestExpectationManager): MockRestServiceServer
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
Return
a configured MockRestServiceServer
Parameters
restTemplate
the source REST template
expectationManager
the source RequestExpectationManager