🌈 搜索
📅  最后修改于: 2022-03-11 14:56:09.793000             🧑  作者: Mango
assertThrows(ArithmeticException.class, () -> { int result = 0 / 0; });