Join Slack
Powered by
Also do I need to explicitly call `unmockkStatic` ...
# mockk
a
André Martins
03/31/2022, 4:27 PM
Also do I need to explicitly call
unmockkStatic
or
clearStaticMockk
after done using the static mock?
👌 2
e
ephemient
03/31/2022, 5:21 PM
yes unless you are using
mockkStatic(...) { ... }
with a block which will clean up afterwards
👍 1
161
Views
Open in Slack
Previous
Next