jUnit 4 DirectorySuiteBuilder 等效项
我想知道是否有类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
果然,阿尔尼克。我不知道为什么我没有想到这一点。
Sure enough, al nik. I don't know why I didn't think of that.