运行 JUnit 测试用例时传递给 java 命令的参数

发布于 2024-08-20 18:21:38 字数 195 浏览 3 评论 0原文

我想了解以下命令对于 JUnit 的含义:

java junit.swingui.TestRunner MoneyTest

上面的命令在 JUnit Swing GUI 中打开测试用例的结果。将 junit.swingui.TestRunner 作为参数传递给 java 命令有何意义?

谢谢

I would like to understand the meaning of the following command,with regards to JUnit:

java junit.swingui.TestRunner MoneyTest

The above command opens up the result of the testcase in JUnit Swing GUI. Whats the meaning of passing junit.swingui.TestRunner to the java command as a parameter ?

Thank You

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

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

发布评论

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

评论(1

衣神在巴黎 2024-08-27 18:21:38

您指示 JRE 运行 junit.swingui.TestRunner 类并向其传递参数 MoneyTest

You're instructing the JRE to run the junit.swingui.TestRunner class and pass it the argument MoneyTest

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