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