Also do I need to explicitly call `unmockkStatic` or `clearStaticMockk` after done using the static ...
a
Also do I need to explicitly call
unmockkStatic
or
clearStaticMockk
after done using the static mock?
👌 2
e
yes unless you are using
mockkStatic(...) { ... }
with a block which will clean up afterwards
👍 1
160 Views