@Test
 public void testPureMethodCallingPureMethodInOtherClass() {
   target.pureMethodCallingPureMethodInOtherClass(new OtherClass());
 }