chendayu 2 năm trước cách đây
mục cha
commit
f03b024bfb

+ 0 - 13
src/test/java/com/example/fms/FmsApplicationTests.java

@@ -1,13 +0,0 @@
-package com.example.fms;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class FmsApplicationTests {
-
-    @Test
-    void contextLoads() {
-    }
-
-}

+ 0 - 29
src/test/java/com/example/fms/service/FileFactoryServiceTests.java

@@ -1,29 +0,0 @@
-package com.example.fms.service;
-
-import com.alibaba.fastjson.JSONArray;
-import com.example.fms.common.model.vo.ConfigSettingVO;
-import com.example.fms.common.utils.DateUtils;
-import com.example.fms.common.utils.ExcuteConfigUtils;
-import com.jcraft.jsch.JSch;
-import lombok.extern.slf4j.Slf4j;
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-/**
- * @Author xiexiang
- * @Date 2023/6/6
- */
-@Slf4j
-@SpringBootTest
-public class FileFactoryServiceTests {
-
-    @Test
-    public void uploadFiles(){
-
-    }
-
-}