When doing signed mocking we change the package name from x.y.z to
powermock.x.y.z. CGLib then fails to create a mock if the class to mock is
neither public or protected. An easy solution would be to change the
visibility of all classes loaded by our classloader to public.
Original issue reported on code.google.com by johan.ha...@gmail.com on 23 Oct 2008 at 9:31
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 23 Oct 2008 at 9:31