`confirmVerified`
# mockk
o
confirmVerified
a
as far as I understood from article :
confirmVerified(object1, object2)
This will make sure that all calls for object1 and object2 were covered by verify clauses.
but I don’t have verify clauses, I have only
every {}
o
Ok not sure about it then