Below you will find pages that utilize the taxonomy term “Kotlin”
Talks
Sugar rush of Kotlin for your tests
Why do teams prefer Kotlin for their tests, even when their production code stays in Java?
Learn how Kotlin’s syntax helps keep tests clean, expressive and concise.
Talks
WIP: External domain context with Ktor and Kotlin DSL for expressive and resilient testing
Learn how to build meaningful functional tests in isolation. The highlights of this technique are the minimal deviation from the production configuration or code, and very limited use of mocking. Thanks to higher tier positioning on the testing pyramid, the tests written with this technique are quite implementation-agnostic, and excel in supporting structural refactorings or high-level documentation of the component behavior.