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 4310c79 commit 1bb77adCopy full SHA for 1bb77ad
README.adoc
@@ -138,7 +138,7 @@ include::complete-kotlin/src/test/kotlin/com/example/testingweb/SmokeTest.kt[]
138
----
139
140
Spring interprets the `@Autowired` annotation, and the controller is injected before the
141
-test methods are run. We use a link: https://assertj.github.io/doc/[AssertJ]
+test methods are run. We use https://assertj.github.io/doc/[AssertJ]
142
(which provides `assertThat()` and other methods) to express the test assertions.
143
144
NOTE: A nice feature of the Spring Test support is that the application context is cached
0 commit comments