From 831e3312572cf29dd91cbd882ef3dce809ac852d Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 14 六月 2023 20:58:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/1.1' into 1.1 --- user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java | 56 ++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 36 insertions(+), 20 deletions(-) diff --git a/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java b/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java index 2ed8b32..5ba49aa 100644 --- a/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java +++ b/user/guns-admin/src/test/java/com/supersavedriving/user/GunsApplicationTest.java @@ -1,20 +1,36 @@ -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); +// } +// +// +// +//} -- Gitblit v1.7.1