Krystian Rybarczyk
10/14/2020, 2:44 PMwithTestApplication({ module() }) {
is executed. The error is:
No definition found for class:'com.alpha.CoolService'. Check your definitions!
org.koin.core.error.NoBeanDefFoundException
The bean is definitely there. As I mentioned it works fine in the other test suite. When I stopped there with the debugger there were no beans to be found indeed. CoolService
is just the first been that I try to retrieve with get()
. It seems that the context is somehow screwed up. Could it be that the separate ktor test suites are messing up each others Koin contexts?arnaud.giuliani
10/16/2020, 7:37 AMKrystian Rybarczyk
10/16/2020, 2:48 PM