#TIL that mocking for #kotlin in #quarkus is quite fun with #mockk https://mockk.io and https://quarkiverse.github.io/quarkiverse-docs/quarkus-mockk/dev/index.html . I now use mockk in favor of #mockito for programming in kotlin and quarkus because of the support for coroutines.