3

我希望我可以定义一个禁止类捕获给定异常类型的拱形规则。类似于以下规则:

noClasses()
    .that()
    .resideOutsideOfPackage("..repository..")
    .should()
    .catchExceptions()
    .that()
    .areAssignableTo(SQLException.class)

有没有办法在 ArchUnit 中做到这一点?

4

0 回答 0