Exemplo n.º 1
0
 @Test(expected = AssertionError.class)
 public void testUnpureMethodCallingOtherUnpureMethod() {
   target.unpureMethodCallingOtherUnpureMethod();
 }