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