在 intellij 中运行特定的命名 junit 4.8 测试
我正在使用 junit 4.8 和 intellij 8,我只想在 IDE 中运行测试,其名称类似于 *UnitTest.java。
如何才能实现这一目标?
I am using junit 4.8 and intellij 8 and i would like to only run tests inside the IDE which are named something like *UnitTest.java.
How can this be achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了 cpsuite 的解决方案。 http://www.johanneslink.net/projects/cpsuite.jsp
可惜不是在 Maven 仓库中。
Found a solution with cpsuite. http://www.johanneslink.net/projects/cpsuite.jsp
Pitty it's not in the maven repo.