Browse Source

Merge branch '6.2.x'

pull/34045/head
Stéphane Nicoll 1 year ago
parent
commit
6d28ac6b2c
  1. 2
      framework-docs/modules/ROOT/pages/testing/webtestclient.adoc

2
framework-docs/modules/ROOT/pages/testing/webtestclient.adoc

@ -127,7 +127,7 @@ Kotlin:: @@ -127,7 +127,7 @@ Kotlin::
======
For Spring MVC, use the following where the Spring `ApplicationContext` is passed to
{spring-framework-api}/test/web/servlet/setup/MockMvcBuilders.html#webAppContextSetup-org.springframework.web.context.WebApplicationContext-[MockMvcBuilders.webAppContextSetup]
{spring-framework-api}/test/web/servlet/setup/MockMvcBuilders.html#webAppContextSetup(org.springframework.web.context.WebApplicationContext)[MockMvcBuilders.webAppContextSetup]
to create a xref:testing/mockmvc.adoc[MockMvc] instance to handle
requests:

Loading…
Cancel
Save