程序包 org.springframework.boot.test.web.client
package org.springframework.boot.test.web.client
Web client test utilities.
-
类说明
UriTemplateHandlerwill automatically prefix relative URIs withlocalhost:${local.server.port}.RestClientCustomizerthat can be applied toRestClient.Builderinstances to addMockRestServiceServersupport.RestTemplateCustomizerthat can be applied to aRestTemplateBuilderinstances to addMockRestServiceServersupport.RequestExpectationManagerthat strips the specified root URI from the request before verification.Convenient alternative ofRestTemplatethat is suitable for integration tests.已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.5.0 for removal in 4.0.0Options used to customize the Apache HTTP Client.