51Testing软件测试论坛
标题:
想要测试某一个方法能否抛出自己想要的异常怎么写Assert.ThrowsException
[打印本页]
作者:
测试积点老人
时间:
2019-8-29 10:28
标题:
想要测试某一个方法能否抛出自己想要的异常怎么写Assert.ThrowsException
customer.Setup(p => p.ShowException(string.Empty)).Throws(new Exception("参数不能为空!"));
Assert.ThrowsException<Exception>(()=>customer.Object.ShowException(""));
复制代码
这个代码显示异常未操作为什么
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2