e.getMessage() null
来源:4-5 店铺注册之Service层的实现
Che_
2017-11-16
// 存储图片
try {
addShopImg(shop, thumbnail);
} catch (Exception e) {
throw new ShopOperationException("addShopImg error:" + e.getMessage());
}
UT测试中 这里e.getMessage()为null 就测试失败了
写回答
1回答
-
翔仔
2017-11-16
同学您好,可以打断点进入到方法里调试 多数是test工程里没有添加水印图片导致,另外 可以将水印的basepath去掉 改成从绝对路径读取图片 如d盘的image目录 目录路径不要有空格或者中文
052018-12-02
相似问题