Netbeans:是否可以使用比捆绑版更新版本的 JUnit?
有人尝试过在 Netbeans 中使用较新版本的 JUnit 吗? Netbeans 目前捆绑了 4.5 版。最新的是4.8左右。
新版本的 JUnit 是否会破坏与 Netbeans 单元测试集成的兼容性?或者做一些其他负面的事情?
Has anyone tried to use a newer version of JUnit in Netbeans? Netbeans currently has 4.5 bundled. Newest is 4.8 or so.
Could a newer version of JUnit break compatibility with Netbeans' unit test integration? Or do something else negative?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以添加新的
Junit
JAR 作为库,然后将其添加到Projects
窗口中项目的Test Libraries
文件夹中。Test Libraries
文件夹位于显示的文件夹Yes, you would add the new
Junit
JAR as a library and then add it to the project'sTest Libraries
folder in theProjects
window. TheTest Libraries
folder is below the one shown here.