blob: 04c7f99fdb63911f6e708761fa8dba5385e3e4bd [file] [log] [blame]
package pkg;
import org.junit.Test;
public class JUnit4Test {
@Test
public void test() {
}
}