File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -794,6 +794,9 @@ This section addresses testing with the combination of Kotlin and Spring Framewo
794
794
The recommended testing framework is https://junit.org/junit5/[JUnit 5], as well as
795
795
https://mockk.io/[Mockk] for mocking.
796
796
797
+ NOTE: If you are using Spring Boot, see
798
+ https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-kotlin-testing[this related documentation].
799
+
797
800
==== Constructor injection
798
801
799
802
As described in the <<testing#testcontext-junit-jupiter-di#spring-web-reactive, dedicated section>>,
Original file line number Diff line number Diff line change @@ -6101,3 +6101,5 @@ See the following resources for more information about testing:
6101
6101
Maven) that is targeted at database-driven projects and, among other things, puts your
6102
6102
database into a known state between test runs.
6103
6103
* https://sourceforge.net/projects/grinder/[The Grinder]: Java load testing framework.
6104
+ * https://github.com/Ninja-Squad/springmockk[SpringMockK]: Support for Spring Boot
6105
+ integration tests written in Kotlin using https://mockk.io/[MockK] instead of Mockito.
You can’t perform that action at this time.
0 commit comments