#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.
MockK

Provides DSL to mock behavior. Built from zero to fit Kotlin language. Supports named parameters, object mocks, coroutines and extension function mocking

MockK