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