Menu

[r5090]: / trunk / drjava / testFiles / JUnit4StyleTest.java  Maximize  Restore  History

Download this file

10 lines (7 with data), 121 Bytes

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