jUnit 4 DirectorySuiteBuilder 等效项

发布于 2024-09-07 18:26:52 字数 315 浏览 6 评论 0原文

我想知道是否有类似于 junit-addons DirectorySuiteBuilder 的东西(文档)与 jUnit 4 一起使用。简单地说,我想加载目录中的每个文件名 *Test.java 并用它们构建一个套件。

我意识到我可以构建一个套件,使用 ant 运行目录中的每个测试,但我不想走这条路,这样我就可以使用 eclipse 的本机 jUnit 插件运行测试。

I'd like to know if there is something similar to junit-addons DirectorySuiteBuilder (documentation) that works with jUnit 4. Simply stated, I want to load every file name *Test.java in a directory and build a suite out of them.

I realize that I can build a suite that runs every test in a directory using ant, but I would prefer to not go that route so that I can run the tests with eclipse's native jUnit plugin.

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

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

发布评论

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

评论(1

简单爱 2024-09-14 18:26:52

果然,阿尔尼克。我不知道为什么我没有想到这一点。

Sure enough, al nik. I don't know why I didn't think of that.

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