NormalTest.java 177 B

123456789101112131415
  1. import org.junit.Test;
  2. /**
  3. * @author liuam
  4. * @since 2018/6/25 0025 下午 17:10
  5. */
  6. public class NormalTest {
  7. @Test
  8. public void test() throws Exception {
  9. }
  10. }