Adam Jarvis
01/06/2025, 9:45 AM@ExtendsWith(ThisNewKoinExtension::class)
class MyIntegrationTest(
val someService: Service,
val someRepository: SomeRepositoryInterface
) {
// tests as usual
}
I have the bootstraps of it working well. Working on some tests for it now
@arnaud.giuliani this something you're open to including? I'd prefer to keep it separate to the existing ParameterResolver we have, as that overloads the start/stoping of koinarnaud.giuliani
01/06/2025, 5:18 PMAdam Jarvis
01/06/2025, 5:19 PMarnaud.giuliani
01/06/2025, 5:25 PMarnaud.giuliani
01/06/2025, 5:26 PMarnaud.giuliani
01/06/2025, 5:26 PM