瀏覽代碼

first commit

pengshaojie 5 年之前
父節點
當前提交
d8395ee48a
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/test/java/com/fd/AirApplicationTests.java

+ 16 - 0
src/test/java/com/fd/AirApplicationTests.java

@@ -0,0 +1,16 @@
+package com.fd;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.test.context.junit4.SpringRunner;
+
+@RunWith(SpringRunner.class)
+@SpringBootTest
+public class AirApplicationTests {
+
+    @Test
+    public void contextLoads() {
+    }
+
+}