Hi Is there a way to assert a function is invoke a...
# kotest
j
Hi Is there a way to assert a function is invoke a X number of times ? (X can be zero ) - could not find it in the kotest docs ( also I don’t see a search text field in the docs..) Thanks
found it thanks
Copy code
verify(exactly = 0) { notificationController.amethod() }
s
Is that kotest or mockk
j
mock 😞
sorry if the question was not properly phrase
s
No it's fine, was just checking