wonder how well does it scale when mocking final ...
# android
r
wonder how well does it scale when mocking final classes in a big test suite ?
u
You can use the all open plugin. That way you can make classes non-final when running the tests
r
Yea i would rather not if i dont have to
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