如何通过单击鼠标在 Eclipse 中运行一组选定的单元测试?

发布于 2024-07-22 06:28:18 字数 202 浏览 5 评论 0原文

我想创建一个启动器/运行配置,它仅运行选定的一组测试类或选定的一组包中的 JUnit 测试。 现在看来我必须为每个包含我想要运行的测试的包创建单独的运行配置。 我还记得在旧版本的 Eclipse 中这工作过。

是的,我知道:应该组织测试,这样我就不会遇到这个问题,但现在重新组织源文件夹不是一个选择。

我正在使用 Eclipse 3.4.2。

I want to create a launcher/run configuration which runs only the JUnit tests in a selected set of test classes or selected set of packages. Now it looks like I'll have to create separate run configurations for each of my packages containing the tests I want to run. I also have a recollection of this working in older versions of Eclipse.

And yes, I know: The tests should be organized so that I wouldn't have this problem but reorganizing source folders right now is not an option.

I'm using Eclipse 3.4.2.

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

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

发布评论

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

评论(3

孤独患者 2024-07-29 06:28:18

您可以像这样创建 JUnit 测试套件:

JUnit 测试套件

You can create a JUnit test suite like this :

JUnit Test Suite

半山落雨半山空 2024-07-29 06:28:18

您可以为选定的测试添加测试套件。

我会将它们放在一个单独的源文件夹中,否则测试将运行多次,一次针对原始测试,一次针对它所在的每个套件。

You could add a test suite for the selected tests.

I would put them in a separate source folder, as otherwise tests will be run multiple times, once for the original test and once for each suite it is in.

冷情妓 2024-07-29 06:28:18

我如何运行 JUnit 测试套件
蚀? 是的,整理源码
应该以合理的方式完成文件夹,
但这将是大量的
为该项目工作(构建文件
是皇家的一团糟)我们负担不起
就是现在。

auramo

您选择 TestSuite 并按 Alt+Shift+XT 或执行运行-> 运行方式-> JUnit 测试

Hod do I run a JUnit test suite in
Eclipse? Yes, organizing the source
folders in a sane way should be done,
but it would be a massive amount of
work for this project (the build files
are a royal mess) and we can't afford
that right now.

auramo

You choose your TestSuite and press Alt+Shift+X, T or do Run -> Run As -> JUnit Test.

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