@expectedException
最后更新于:2022-04-01 03:49:02
# @expectedException
[Example 2.10, “使用 @expectedException 标注”](# "Example 2.10. 使用 @expectedException 标注")展示了如何用 `@expectedException` 标注来测试被测代码中是否抛出了异常。
更多细节参见[the section called “对异常进行测试”](# "对异常进行测试")。
';