would it be possible to write a `@MockKBean` annot...
# spring
s
would it be possible to write a
@MockKBean
annotation (esp. the corresponding processor) that works with MockK instead of Mockito?
🤔 1
👍 1
d
There is a ticket for that in mockk: https://github.com/mockk/mockk/issues/140 Also you can find some discussion about this in Spring Fu project: https://github.com/spring-projects/spring-fu/issues/44