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