Test01.java 94 B

1234567891011
  1. import org.junit.Test;
  2. public class Test01 {
  3. @Test
  4. public void test01(){
  5. }
  6. }