示例#1
0
 @Test(expected = AssertionError.class)
 public void testUnpureMethodCallingOtherUnpureMethod() {
   target.unpureMethodCallingOtherUnpureMethod();
 }