从 Groovy 控制台运行 JUnit 测试

发布于 2024-07-16 21:48:21 字数 145 浏览 3 评论 0原文

如何使用 Groovy 控制台 启动 junit 测试?

(目前使用Groovy 1.6.0)

How can I use the Groovy Console to kick off junit tests?

(Currently using Groovy 1.6.0)

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

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

发布评论

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

评论(1

塔塔猫 2024-07-23 21:48:21

我目前使用:(

junit.textui.TestRunner.run(MyTest)

我的 junit 测试类是 MyTest

我尝试

MyTest

在 Groovy 控制台中运行:,但这只是返回类实例。 有更容易的方法吗?

I currently use:

junit.textui.TestRunner.run(MyTest)

(Where my junit test class is MyTest)

I've tried running:

MyTest

within the Groovy Console, but that just returns the class instance. Is there an easier way?

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