puzhibing
2023-08-16 d5b3e5a413bcfccba294793ee093722f31b2448a
user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java
@@ -1,6 +1,10 @@
//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;
//
@@ -12,8 +16,20 @@
//@SpringBootTest
//public class GunsApplicationTest {
//
//    @Autowired
//    private IOrderService orderService;
//
////    public void
//
//    @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);
//    }
//
//
//