how exactly are objects copied when you use `spyk`...
# mockk
m
how exactly are objects copied when you use
spyk
? it seems like it doesn’t always work/some internals can get lost. for example, when you try to spy on an android fragment (which I realize is probably not a good idea to begin with), it throws exceptions when trying to do actual fragment transactions because expected internal behavior doesn’t function as expected - fwiw I have tried and you can do this with mockito