We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd9b77 commit b5e9c4cCopy full SHA for b5e9c4c
docs/modules/ROOT/pages/servlet/test/mockmvc/setup.adoc
@@ -44,7 +44,7 @@ Kotlin::
44
+
45
[source,kotlin,role="secondary"]
46
----
47
-@ExtendWith(SpringExtension.class)
+@ExtendWith(SpringExtension::class)
48
@ContextConfiguration(classes = [SecurityConfig::class])
49
@WebAppConfiguration
50
class CsrfShowcaseTests {
0 commit comments