Package org.springframework.boot.test.web.client
Web client test utilities.
Class Summary Class Description LocalHostUriTemplateHandler UriTemplateHandlerwill automatically prefix relative URIs withlocalhost:${local.server.port}.MockServerRestTemplateCustomizer RestTemplateCustomizerthat can be applied to aRestTemplateBuilderinstances to addMockRestServiceServersupport.RootUriRequestExpectationManager RequestExpectationManagerthat strips the specified root URI from the request before verification.TestRestTemplate Convenient alternative ofRestTemplatethat is suitable for integration tests.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory HttpComponentsClientHttpRequestFactoryto apply customizations.Enum Summary Enum Description TestRestTemplate.HttpClientOption Options used to customize the Apache Http Client if it is used.