https://kotlinlang.org logo
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
r

rkeazor

11/26/2017, 3:21 PM
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