Android-Kotlin-Clean-Architecture icon indicating copy to clipboard operation
Android-Kotlin-Clean-Architecture copied to clipboard

Instrumentation tests in Feature modules

Open vpuonti opened this issue 4 years ago • 0 comments

Expected:

  • define Koin application and mock dependencies in test's @Before

What's happening:

  • Feature module's injectFeature() is crashing the test because of duplicate dependencies

I'm curious if you've faced this issue and how you've solved it. Thanks!

vpuonti avatar Feb 03 '21 12:02 vpuonti