Categoria: koin

  • Testing Koin applications with Kotest

    TL;DR – Using the KoinListener from Kotest to write tests that depend on Koin modules in a Kotest Spec Hello, Kotliners! In this article we will see how to test applications that use the Koin DI Framework in a Spec from the Kotest Framework. We’ll take the JUnit example from Koin’s documentation and enhance it…