程序包 org.springframework.boot.test.web.client
Web client test utilities.
类概要 类 说明 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.枚举概要 枚举 说明 TestRestTemplate.HttpClientOption Options used to customize the Apache Http Client if it is used.