Open afaucogney opened 4 years ago
After debugging, I added the following dependencies to make it running :
testImplementation "io.mockk:mockk-agent-api:1.10.0"
testImplementation "io.mockk:mockk-agent-jvm:1.10.0"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
But I think this should be easy as it is with Mockito and others.
I have tried to run a simple test-case with Mockk https://mockk.io/, but it doesn't work.
The same test with Mockito worked.
I get a sequence of exception when I run the gradle tasks.
Caused by: java.lang.ClassNotFoundException: io.mockk.proxy.MockKAgentFactory
Is there a way to support Mockk ?