Are there any mock library that supports multiplat...
# multiplatform
a
Are there any mock library that supports multiplatform(jvm/native), or any plans to release one?
c
Not a direct answer... but use fakes instead?
b
Mocking on native is pretty much impossible without compiler plugins (no reflection)
c
This is a tool that can generate stub classes in IntelliJ, though I haven’t personally used it yet https://github.com/touchlab/Karmok
a
@Casey Brooks, thanks - I will check it out. Fakes, might be an option as well.