puzhibing
2023-06-13 ee974ae0aff4f71fce7dde80172159d991754623
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//package com.supersavedriving.user;
//
//import com.supersavedriving.user.modular.system.service.IOrderService;
//import com.supersavedriving.user.modular.system.warpper.OrderPriceWarpper;
//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.SpringRunner;
//
///**
// * @author zhibing.pu
// * @date 2023/5/29 10:20
// */
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public class GunsApplicationTest {
//
//    @Autowired
//    private IOrderService orderService;
//
//
//    @Test
//    public void test(){
//        OrderPriceWarpper orderPriceWarpper = null;
//        try {
//            orderPriceWarpper = orderService.calculationOfExpenses(14, 133L, null, 1, 0D);
//        } catch (Exception e) {
//            e.printStackTrace();
//        }
//        System.err.println(orderPriceWarpper);
//    }
//
//
//
//}