Skip to content

Commit 9fe4e77

Browse files
committed
Fix link to MockMvc test in HtmlUnit section
See gh-35853
1 parent d178930 commit 9fe4e77

File tree

1 file changed

+4
-4
lines changed
  • framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit

1 file changed

+4
-4
lines changed

framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/mah.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ Kotlin::
143143
======
144144

145145
The preceding code improves on our
146-
xref:testing/mockmvc/htmlunit/why.adoc#mockmvc-server-htmlunit-mock-mvc-test[MockMvc test] in a number of ways.
147-
First, we no longer have to explicitly verify our form and then create a request that
148-
looks like the form. Instead, we request the form, fill it out, and submit it, thereby
149-
significantly reducing the overhead.
146+
xref:testing/mockmvc/htmlunit/why.adoc#mockmvc-server-htmlunit-why[MockMvc test] in a
147+
number of ways. First, we no longer have to explicitly verify our form and then create a
148+
request that looks like the form. Instead, we request the form, fill it out, and submit
149+
it, thereby significantly reducing the overhead.
150150

151151
Another important factor is that https://htmlunit.sourceforge.io/javascript.html[HtmlUnit
152152
uses the Mozilla Rhino engine] to evaluate JavaScript. This means that we can also test

0 commit comments

Comments
 (0)