@Test(expected = AssertionError.class)
 public void testUnpureMethodCallingOtherUnpureMethod() {
   target.unpureMethodCallingOtherUnpureMethod();
 }