停止测试并返回到方法的开头

发布于 2025-01-02 18:34:26 字数 89 浏览 2 评论 0原文

如何停止测试(同时或如果)该方法并重新开始。

简而言之,如何停止测试方法并重新开始。 我尝试调用方法Testex();更像是不适合该方法的其余部分。

How to stop a test (while or if) the method and start again.

In short, how to stop the test method and start again.
I tried to call the method Testex (); more like it not for the rest of the method.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒猫 2025-01-09 18:34:26

我将大胆猜测并说这就是您想要的:
http://www.junit.org/apidocs/org/junit/Assert.html

如果条件不成立,断言将终止测试并导致测试失败。

I'm going to take a wild guess and say that this is what you want:
http://www.junit.org/apidocs/org/junit/Assert.html

Assert will terminate the test and cause it to fail if the condition is not true.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文