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