Ronny Bräunlichblog.code-n-roll.dev·Nov 16, 2024Kotest + Spring + TestcontainersRecently, I wanted to rewrite a JUnit integration test for my Spring Boot application. Since it was an integration test, I used Testcontainers to start a database. While there are Kotest extensions for Spring and Testcontainers we have the problem th...Discuss·260 readsKotlin
Ronny Bräunlichblog.code-n-roll.dev·Nov 5, 2024Kotest - YAML matchersI am happy to tell you all about an upcoming Kotest feature that will be in one of the future versions (hopefully the next one ;) ) of Kotest: YAML matchers What makes those matchers special for me is that they are my first contribution to the Kotest...Discuss·42 readsKotest