Eclipse:如何配置默认单元测试目录
我有两个源文件夹,src
和 test
。 Quick JUnit 插件允许我快速“打开测试对”。如果没有测试对,它将打开默认的 JUnit 测试向导,但默认目录始终是 src
而不是 test
。有没有办法配置默认的单元测试目录?
I have two source folders, src
and test
. The Quick JUnit plugin allows me to "Open Testing Pair" quickly. If there is no testing pair, it opens the default JUnit Test Wizard, but the default directory is always src
and and not test
. Is there a way to configure a default unit test directory?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已经回答了,抱歉!
如何默认新的源文件夹在 Eclipse 中进行 JUnit 测试?
MoreUnit 工作正常。
The question is already answered, sorry!
How to default the source folder for new JUnit tests in Eclipse?
MoreUnit works fine.