What is the expected way to override declarations ...
# koin
a
What is the expected way to override declarations in unit tests for specific definitions? I have class
FaceProcessor
that has param from MLKit and I want to override this
MlKit
dependency in unit tests with a mock implementation. What is the best way to do this?
e
Are you already using a module defined for testing? that injects mocks/fakes?