接口的使用
cn.taketoday.test.web.reactive.server.WebTestClient
使用WebTestClient的程序包
程序包
说明
Infra support for testing server endpoints via
WebTestClient.Support for testing Web MVC applications via
WebTestClient
with MockMvc for server request
handling.-
cn.taketoday.framework.test.web.reactive.server中WebTestClient的使用
修饰符和类型方法说明private WebTestClientWebTestClientContextCustomizer.WebTestClientFactory.createWebTestClient()WebTestClientContextCustomizer.WebTestClientFactory.getObject() -
cn.taketoday.test.web.reactive.server中WebTestClient的使用
修饰符和类型方法说明AbstractMockServerSpec.build()DefaultWebTestClientBuilder.build()WebTestClient.Builder.build()Build theWebTestClientinstance.WebTestClient.MockServerSpec.build()Shortcut to build the test client.DefaultWebTestClient.mutateWith(WebTestClientConfigurer configurer) WebTestClient.mutateWith(WebTestClientConfigurer configurer) Mutate theWebTestClient, apply the given configurer, and build a new instance. -
cn.taketoday.test.web.servlet.client中WebTestClient的使用