| | |
| | | //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; |
| | | // |
| | |
| | | //@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); |
| | | // } |
| | | // |
| | | // |
| | | // |