Mock verification in Kotlin using MockK and Atrium2019/05/27KotlinTestingMockKSpringBootAtriumWhen working with Kotlin you might need to build some non trivial mocks that need to be verified. Here is how to do it by combining MockK and Atrium