|
|
@@ -1,27 +0,0 @@
|
|
|
-package com.test;
|
|
|
-
|
|
|
-import com.xunmei.common.core.event.WorkTimeChangeEvent;
|
|
|
-import com.xunmei.core.SocCoreApplication;
|
|
|
-import com.xunmei.core.edu.service.ICoreEduTrainingTaskService;
|
|
|
-import org.junit.jupiter.api.Test;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-
|
|
|
-@SpringBootTest(classes = {SocCoreApplication.class})
|
|
|
-public class TestController {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private ICoreEduTrainingTaskService coreEduTrainingTaskService;
|
|
|
-
|
|
|
-
|
|
|
- @Test
|
|
|
- public void workTimeChangeEventTest () {
|
|
|
- List<Long> list = new ArrayList<>();
|
|
|
- //WorkTimeChangeEvent event = new WorkTimeChangeEvent(this, list, ymdDate);
|
|
|
- //coreEduTrainingTaskService.taskChangeForTimeWorkChange(event);
|
|
|
- }
|
|
|
-}
|