泽西岛测试框架
我有一个非 Maven 项目。我想使用泽西测试框架测试我的球衣休息服务。 jersey 文档仅与 jersey 测试框架的 Maven 相关。是否可以将 jar 或库添加到项目中以使用此框架?
I have a non maven project. I would like to test my jersey rest services using the Jersey Test Framework. The jersey docs only relate to maven for the jersey test framework. Is it possible to add a jar or library to the project to use this framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Jersey 客户端 代替 Jersey 测试框架有两个优点
Using Jersey client instead of Jersey Test Framework have two advantages:
我建议您将 Maven 添加到您的项目中,因为某些原因
mvn clean package
之类的命令创建应用程序构建的机制如果您使用 Ant 脚本,您可以轻松地使用 Apache Maven AntRun 插件 从 Maven 调用旧 Ant 脚本,无需重建大量 Ant 脚本。
I would suggest you to add Maven to your project for some reasons
mvn clean package
If you use Ant scripts you can easily call old Ant scripts from Maven with Apache Maven AntRun Plugin without significant Ant scripts rebuilding.