Overview Package Class Use Tree Deprecated Index Help
Prev Package Next Package Frames NoFrames All Classes
public void testFoo() { try { doSomething(); fail("should have thrown an exception"); } catch (Exception e) { } }