Skip to content

refactor: use MockK instead of Mockito

Jean-Baptiste Nizet requested to merge refactor/mockk into master

see https://mockk.io/

Pros:

  • the DSL is really nice (better than Mockito's)
  • it makes us learn something new

Cons:

  • tests appear to be a bit slower
  • the Spring integration is a bit more cumbersome (no MockBean anymore)

Merge request reports