Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SONAR 可以在没有断言的情况下检测 junit 测试,这很棒,但在实践中,可以在 junit 测试期间使用模拟技术,例如 EasyMock 或 Mockito。那么问题就从这里提出来了:有些测试用例只需要验证模拟对象的方法调用,不需要断言。除了junit断言之外,有没有办法告诉SONAR接受模拟实用程序验证方法作为有效断言?
BR