antoinemeyer / mock-in-bean

Surgically Inject Mockito Mock/Spy in Spring Beans
Apache License 2.0
90 stars 11 forks source link

MockK support #27

Open johanhaleby opened 1 month ago

johanhaleby commented 1 month ago

Thanks for a nice library. I wonder if it would make sense to also support https://mockk.io/? I.e. introduce annotations such as @MockKInBean etc or would you say that this is subject for another library?

antoinemeyer commented 1 month ago

Thank you.

I believe that would require a lot of changes and probably need at least a different module. If you feel like it, you could fork this project, adapt it and see if you could make it work, and open a PR so that we can check the scope of the changes.