svoid test_callForbiddenMethodByReflection() { var img = newImage(1, 1); assertTrue(call(img, "getGraphics") instanceof Graphics2D); }