E.g. let's say you have a method:
private void x(MyInstanceType... myInstances)
PowerMock probably don't have support for doing:
Whitebox.invokeMethod(instance, "x", new MyInstanceType(), new
MyInstanceSubType());
Original issue reported on code.google.com by johan.ha...@gmail.com on 30 Oct 2008 at 9:35
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 30 Oct 2008 at 9:35