434445464748495051
mock.overloaded((Parent) object); expectLastCall().once(); replayAll(); new StaticAndInstanceMethodWithSameNameUser().performInstaceInvocation(mock); verifyAll(); }
596061626364656667
StaticAndInstanceMethodWithSameName.overloaded((ChildA) object); expectLastCall().once(); replayAll(); new StaticAndInstanceMethodWithSameNameUser().performStaticInvocation(); verifyAll(); }