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.
在调试测试用例失败时,如果执行会在测试用例失败时自动中断,那将非常有用,这样我就可以直接调查失败。所以本质上是一个断点,当断言失败时触发。
有谁知道是否有一种简单的方法可以做到这一点?
有许多解决方案如何实现这一目标,仅举几例:
[SenTestCase failWithException:]
failWithException:
SenTestCase