Hi, the docs show using `declareMock()` by allowin...
# koin
r
Hi, the docs show using
declareMock()
by allowing the real instances to be created and then replacing them. I want to to start with mocks. Is that posssible? I can do it by manually creating the mocks but I was wondering if it was possible with the JUnit4 rule?