Mock单元测试-工作使用

本文介绍了如何在测试类中使用Mock进行单元测试,强调了在方法内部使用when...thenReturn进行行为模拟,并指出在执行测试时无需启动服务,可以直接在本地进行调试。通过测试结果的标识判断测试是否成功,提供了失败和成功的校验方法。
摘要由CSDN通过智能技术生成

1.测试类:test包下

package com.jd.car.laserbeak.service.consume;

import com.google.common.collect.Lists;
import com.jd.car.laserbeak.repository.dao.consume.ConsumeCodeDao;
import com.jd.car.laserbeak.repository.entity.consumecode.ConsumeCodeEntity;
import com.jd.car.laserbeak.repository.entity.ordersku.OrderSkuEntity;
import com.jd.car.laserbeak.repository.entity.palletinfo.PalletInfoEntity;
import com.jd.car.laserbeak.repository.entity.palletshop.PalletShopEntity;
import com.jd.car.laserbeak.repository.entity.palletsystem.PalletSystemEntity;
import com.jd.car.laserbeak.service.consume.bo.CodeInfoBo;
import com.jd.car.laserbeak.service.consume.bo.ConsumeCodeVo;
import com.jd.car.laserbeak.service.consume.bo.ConsumeVerification;
import com.jd.car.laserbeak.service.consume.impl.ConsumeCodeServiceImpl;
import com.jd.car.laserbeak.service.ordersku.OrderSkuService;
import com.jd.car.laserbeak.service.pallet.PalletInfoService;
import com.jd.car.laserbeak.service.pallet.P
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值