@oleksiyp Hi Oleksiy, I was wondering, are the mocks generated by Mockk final? And if so why? Can they be made non-final?
o
oleksiyp
11/06/2018, 9:39 PM
I think they are not final. I can check. But actually, you can see that the reason is: java.lang.NoClassDefFoundError-->com/foo/service/Foo$ByteBuddy$vscid5z3$ByteBuddy$LSYFaVIs
oleksiyp
11/06/2018, 9:39 PM
This means it is not able to find it in JARs I believe
oleksiyp
11/06/2018, 9:39 PM
which is logical
oleksiyp
11/06/2018, 9:39 PM
it is generated on the fly
oleksiyp
11/06/2018, 9:43 PM
To sum up. I need to investigate it. please fill in github issue with the minimum reproducible code.
Usually, tbh I resolve the issue regarding MockK very slow these days. I became a tech lead at my work and doing a lot of responsibilities of team leader till we hire him. Alike I spend weekend per month to tackle with a bunch of issues. But will see what can be done if it is really a blocker for you and other users.
p
poohbar
11/08/2018, 1:23 PM
Usually, tbh I resolve the issue regarding MockK very slow these days.
Oh, that's a shame. I guess the community needs to step up and start really helping out.
It will take me a while to generate a minimum reproducible example so bear with me.