Hey everyone, I am curious to understand why `mock...
# mockk
g
Hey everyone, I am curious to understand why
mockkObject()
does not have a
clearObjectMock()
method ? And how it is able to reset itself after every test?
I am trying to understand if there is way to trigger clearing the state of an object.
o
I think the reason is that
clearMocks
is working for
mockkObject
created mocks
If it is not then it is a bug and should be reported