What's a recommended approach for injecting depend...
# kodein
f
What's a recommended approach for injecting dependency overrides in Android tests? My application has a
KodeinAware
app class. In my instrumentation tests I'd like to override specific dependencies with mocks, to test behavior of the app in various situations. Overrides should be different for each test; it should be possible to set them up before/while running a test.