Join Slack
Powered by
wonder how well does it scale when mocking final ...
# android
r
rkeazor
11/25/2017, 2:48 PM
wonder how well does it scale when mocking final classes in a big test suite ?
u
540grunkspin
11/25/2017, 9:51 PM
You can use the all open plugin. That way you can make classes non-final when running the tests
540grunkspin
11/25/2017, 9:52 PM
https://kotlinlang.org/docs/reference/compiler-plugins.html
r
rkeazor
11/26/2017, 3:21 PM
Yea i would rather not if i dont have to
rkeazor
11/26/2017, 3:23 PM
I would only want them open, if i need to stub them out. So i would rather use mocito 2 mock maker , i was just wondering there was any issues with it on large test suites
Open in Slack
Previous
Next