140141142143144145146147
assertTrue("Test completed without Exception", true); } @Test public void testError() throws Throwable { new Debug().error(new Object()); assertTrue("Test completed without Exception", true); }