Download this file
1 2 3 4 5 6 7 8 9
import org.junit.*; import static org.junit.Assert.*; public class JUnit4StyleTest { @Test public void X() { } }