static void assertFail(Runnable r) { try { r.run(); } catch e { silentException(e); ret; } fail("No exception thrown!"); }