将 scala 测试添加到 scala eclipse 项目
我从 scala 和 eclipse 开始,在将 ScalaTest 添加到我的项目中时遇到问题。我已经下载了 ScalaTest,但是下一步怎么办?我刚开始接触jvm,感觉很失落......
I started with scala with eclipse and I have problems with adding ScalaTest to my project. I have already downloaded ScalaTest, but what next? I just starting with jvm and feel lost...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击该项目,选择 Java 构建路径,选择“库”选项卡,然后单击“添加外部 Jars”按钮。选择您刚刚下载的 jar 并单击“确定”。这应该将 scalatest 添加到您的 Eclipse 类路径中。
Right click on the project, select Java Build Path, select the tab Libraries and Click on the button 'Add External Jars'. Select the jar that you've just downloaded and click OK. This should add scalatest to your Eclipse classpath.