This project has been promoted to the top level Kotest repo. Follow development and raise tickets in that project.
Kotest extension for Spring.
See docs.
Please create issues on the main kotest board.
The current version, 1.1.3
, is confirmed to be compatible with Spring Boot 3, Kotest 5.6 and Kotlin 1.8.
See the kotest-examples-spring-webflux project for an example where this extension is used with the most up-to-date versions of Kotest and Spring Boot.
- Updated to use Kotest 5.7 and Kotlin 1.8
Maintenance release, only updating dependencies
- Gradle 7.6.1
- Spring 5.3.27
- Kotest 5.5.5
- byte-buddy 1.14.4
- Fix for Kotest 5.4. Safe to use on all on 5.x versions.
- Dynamic tests, for instance using
withData
, now invokes Spring's Test Context before/after between each test case.
- Requires Kotest 5.0 and Kotlin 1.6
- Deprecated SpringListener removed
- Supports isolation modes
- Support for JDK 8
- Better warning when using a Kotlin soft-keyword in a package name.
- Deprecated SpringTestListener in favour of SpringTestExtension
- Migrated from the main Kotest repo to a standalone repo.