blob: ff06c148ae817c8fca6583898224179fd986fa14 [file] [log] [blame]
import org.junit.Assert;
import static junit.framework.Assert.fail;
class MyTest {
public void test() {
fail();
Assert.fail();
}
}