Hi! we started using the mock-maker-inline plugin ...
# announcements
c
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
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
c
thanks @gildor