Commit ca291e74 by 徐康

test方法

parent 35090c98
...@@ -55,6 +55,11 @@ public class ShoppingCartMealServiceTest { ...@@ -55,6 +55,11 @@ public class ShoppingCartMealServiceTest {
} }
@Test @Test
public void t2() {
shoppingCartMCoffeeService.getShoppingCartGoods(JSON.parseObject("{\"shoppingCartInfoRequestVo\":{\"flag\":0,\"menuType\":\"saas\",\"orderType\":1,\"partnerId\":\"1206\",\"reachStoreType\":5,\"receiveId\":\"\",\"sessionId\":\"eac51b0d36095d85659f2c89b49e5623ff9e4f1e\",\"shopId\":\"1450026\"}}", GetShoppingCartGoodsApportionRequestVo.class));
}
@Test
public void addGoods() { public void addGoods() {
add("testMealDE"); add("testMealDE");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment