接口的使用
cn.taketoday.test.web.reactive.server.WebTestClientConfigurer
使用WebTestClientConfigurer的程序包
-
cn.taketoday.test.web.reactive.server中WebTestClientConfigurer的使用
修饰符和类型方法说明DefaultWebTestClientBuilder.apply(WebTestClientConfigurer configurer) WebTestClient.Builder.apply(WebTestClientConfigurer configurer) Apply the given configurer to this builder instance.DefaultWebTestClient.mutateWith(WebTestClientConfigurer configurer) WebTestClient.mutateWith(WebTestClientConfigurer configurer) Mutate theWebTestClient, apply the given configurer, and build a new instance.