You can check stack traces of calls by making veri...
# mockk
o
You can check stack traces of calls by making verification fail:
Copy code
coVerify(atLeast = 22) {
            spy.testA(any())
        }