Hi! we started using the mock-maker-inline plugin but we also started seeing a big increase on the times for executing our test suite (~7k tests), does anybody know how to prevent this?
g
gildor
03/05/2018, 11:37 PM
I think the reason is how inline mock maker works, probably require much more runtime bytecode generation.
I would open issue on mockito issue tracker, doesn’t look like Kotlin only problem