Are there any workarounds to <https://github.com/m...
# mockk
p
Are there any workarounds to https://github.com/mockk/mockk/issues/791? I’m trying to mock a method call that takes a value class as parameter.
m
i don’t think so, value classes are particularly tricky in that they are implemented in a different way from other classes and mocking them is not the easiest thing
can you provide a sample of what you are trying to achieve, though? it may be a case that can be implemented in a different way