deason 7 yıl önce
ebeveyn
işleme
60f9da56dd

+ 17 - 0
src/test/java/cn/com/qmth/examcloud/app/ServiceTest.java

@@ -0,0 +1,17 @@
+package cn.com.qmth.examcloud.app;
+
+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 ServiceTest {
+
+    @Test
+    public void demo() throws Exception {
+
+    }
+
+}