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