无法在 helios 中创建新的 junit 测试用例
我当前正在使用 Eclipse Helios IDK 并安装了最新的 JRE (1.6)。我已将 4.8 和 4.9 版本的 junit jar 添加到构建路径中。但是,每当我右键单击>新建时,都没有像您期望的那样创建 junit 测试用例的选项。即使进入 other>java 以及 other 中的所有其他目录后,我也找不到创建测试用例的选项。我是否需要获取插件才能初始化这些 .jar 文件?
感谢您提前提供任何帮助!
I'm currently using the Eclipse Helios IDK and have the newest JRE (1.6) installed. I have added both the 4.8 and 4.9 versions of the junit jar to the build path. However, whenever I right click>new there is not an option to create a junit test case like you would expect. Even after going to other>java and every other directory within other I couldn't find the option to create a test case. Do I need to get a plugin in order to initialize these .jar files?
Thanks for any help in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下(在我的 Helios 中也是如此)即使类路径中没有 JUnit jar,JUnit 测试用例也应该可用。然后 Eclipse 要求将 JUnit jar 添加到类路径中。
尝试删除罐子并再次启动“新建..”向导。
By default (and in my Helios, too) JUnit Test Case should be available even if no JUnit jar is in your classpath. Eclipse then asks to add the JUnit jar to the classpath.
Try removing the jars and start the "New.." wizard again.