I'd like to use Kotlin and the MockK library to generate mocks for cdi-test, but cdi-test doesn't seem to pick up de annotated mocks.
I'd like some hints as to how I can extend cdi-test to support MockK mocks.
Mockito seeems to work as described, but I like the Kotlin DSL of MockK better and would like to use that instead.
Any hints would be appreciated, I'll start taking a look myself though.
I'd like to use Kotlin and the MockK library to generate mocks for cdi-test, but cdi-test doesn't seem to pick up de annotated mocks.
I'd like some hints as to how I can extend cdi-test to support MockK mocks.
Mockito seeems to work as described, but I like the Kotlin DSL of MockK better and would like to use that instead.
Any hints would be appreciated, I'll start taking a look myself though.