|
@@ -1,80 +0,0 @@
|
|
|
-package cn.gyee.tamplate;
|
|
|
-
|
|
|
-
|
|
|
-import cn.gyee.tamplate.model.custom.PointData;
|
|
|
-import cn.gyee.tamplate.service.analysis.AnalysisNewService;
|
|
|
-import cn.gyee.tamplate.service.analysis.AnalysisService;
|
|
|
-import cn.gyee.tamplate.service.benchmark.BenchmarkService;
|
|
|
-import cn.gyee.tamplate.service.operation.OperationService;
|
|
|
-import cn.gyee.tamplate.util.golden.EdosUtil;
|
|
|
-import cn.gyee.tamplate.util.golden.IEdosUtil;
|
|
|
-import org.junit.Test;
|
|
|
-import org.junit.runner.RunWith;
|
|
|
-import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
|
|
-import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import org.springframework.test.context.junit4.SpringRunner;
|
|
|
-
|
|
|
-import javax.annotation.Resource;
|
|
|
-import java.text.ParseException;
|
|
|
-
|
|
|
-@RunWith(SpringRunner.class)
|
|
|
-@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
|
|
|
-@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
|
-public class TamplateApplicationTests {
|
|
|
-
|
|
|
- @Resource
|
|
|
- private OperationService operationService;
|
|
|
-
|
|
|
- @Resource
|
|
|
- private BenchmarkService benchmarkService;
|
|
|
-
|
|
|
- @Resource
|
|
|
- private AnalysisService analysisService;
|
|
|
- @Resource
|
|
|
- private AnalysisNewService analysisNewService;
|
|
|
-
|
|
|
-// @Test
|
|
|
-// public void test(){
|
|
|
-// try {
|
|
|
-// operationService.opeMapTask();
|
|
|
-// } catch (ParseException e) {
|
|
|
-// e.printStackTrace();
|
|
|
-// }
|
|
|
-// }
|
|
|
-//
|
|
|
-// @Test
|
|
|
-// public void test1() throws Exception{
|
|
|
-// try {
|
|
|
-// benchmarkService.createBeanchmarkList();
|
|
|
-// } catch (ParseException e) {
|
|
|
-// e.printStackTrace();
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// @Test
|
|
|
-// public void test2() throws Exception{
|
|
|
-// //analysisService.toblebottomtask("2021-03-01","2021-03-13");
|
|
|
-// //analysisService.analysiswindprojecttask("2021-03-01","2021-03-13");
|
|
|
-// //analysisService.analysispvprojecttask("2021-03-01","2021-03-13");
|
|
|
-//// analysisService.analysiswindstationtask("2021-03-01","2021-03-13");
|
|
|
-// analysisService.analysispvstationtask("2021-03-01","2021-03-13");
|
|
|
-// }
|
|
|
-
|
|
|
- @Test
|
|
|
- public void test3() throws Exception{
|
|
|
-// analysisNewService.savaAnalysismain("2021-03-30","2021-03-30");
|
|
|
-// analysisNewService.saveAnalysisTableBottom("2021-03-30","2021-03-30");
|
|
|
-// analysisNewService.saveWindProject("2021-03-30","2021-03-30");
|
|
|
-// analysisNewService.savePvProject("2021-03-30","2021-03-30");
|
|
|
-// analysisNewService.saveWindStation("2021-03-30","2021-03-30");
|
|
|
-// analysisNewService.savePvStation("2021-03-30","2021-03-30");
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-}
|