|
@@ -1,25 +1,25 @@
|
|
|
-package fine;
|
|
|
-
|
|
|
-import com.dayou.BaseApplication;
|
|
|
-import com.dayou.service.IFinanceFineService;
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.junit.Test;
|
|
|
-import org.junit.runner.RunWith;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|
|
-
|
|
|
-@Slf4j
|
|
|
-@SpringBootTest(classes = BaseApplication.class)
|
|
|
-@RunWith(value = SpringJUnit4ClassRunner.class)
|
|
|
-public class FineTests {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private IFinanceFineService financeFineService;
|
|
|
-
|
|
|
- @Test
|
|
|
- public void testCompileFineOrder() {
|
|
|
- financeFineService.compileFineOrder();
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
+//package fine;
|
|
|
+//
|
|
|
+//import com.dayou.BaseApplication;
|
|
|
+//import com.dayou.service.IFinanceFineService;
|
|
|
+//import lombok.extern.slf4j.Slf4j;
|
|
|
+//import org.junit.Test;
|
|
|
+//import org.junit.runner.RunWith;
|
|
|
+//import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+//import org.springframework.boot.test.context.SpringBootTest;
|
|
|
+//import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|
|
+//
|
|
|
+//@Slf4j
|
|
|
+//@SpringBootTest(classes = BaseApplication.class)
|
|
|
+//@RunWith(value = SpringJUnit4ClassRunner.class)
|
|
|
+//public class FineTests {
|
|
|
+//
|
|
|
+// @Autowired
|
|
|
+// private IFinanceFineService financeFineService;
|
|
|
+//
|
|
|
+// @Test
|
|
|
+// public void testCompileFineOrder() {
|
|
|
+// financeFineService.compileFineOrder();
|
|
|
+// }
|
|
|
+//
|
|
|
+//}
|