import static junit.framework.Assert.fail; class MyTest { public void test() { fail(); fa<caret>il(); } }