Join Slack
Powered by
Are there any mock library that supports multiplat...
# multiplatform
a
Anton Afanasev
06/07/2021, 4:55 PM
Are there any mock library that supports multiplatform(jvm/native), or any plans to release one?
c
Colton Idle
06/07/2021, 5:00 PM
Not a direct answer... but use fakes instead?
b
Big Chungus
06/07/2021, 5:07 PM
Mocking on native is pretty much impossible without compiler plugins (no reflection)
c
Casey Brooks
06/07/2021, 5:12 PM
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
Anton Afanasev
06/07/2021, 5:45 PM
@Casey Brooks
, thanks - I will check it out. Fakes, might be an option as well.
2
Views
Open in Slack
Previous
Next