| | |
| | | package com.supersavedriving.user; |
| | | |
| | | import org.junit.runner.RunWith; |
| | | 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 { |
| | | |
| | | |
| | | public void |
| | | |
| | | |
| | | |
| | | } |
| | | //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); |
| | | // } |
| | | // |
| | | // |
| | | // |
| | | //} |