程序包的使用
org.springframework.boot.test.web.client
程序包
说明
Auto-configuration for web clients.
Web client test utilities.
-
org.springframework.boot.test.autoconfigure.web.client使用的org.springframework.boot.test.web.client中的类类说明
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support.RestTemplateCustomizer
that can be applied to aRestTemplateBuilder
instances to addMockRestServiceServer
support. -
类说明Convenient alternative of
RestTemplate
that is suitable for integration tests.Options used to customize the Apache HTTP Client.