测试 jRuby 的代码覆盖率
出于兴趣,是否有任何易于设置和使用 jRuby-1.5.3 和 jRuby-1.6.5 的代码覆盖率工具:
- 测试覆盖率(C0、C1、C2)
- 性能(内存使用、内存泄漏)
- 最佳
实践写下你的想法是个好主意,因为我花了近一周的时间试图突破这个问题。
谢谢。
Just out of interest, are there any easy to setup and work with code coverage tools for jRuby-1.5.3 and jRuby-1.6.5:
- Testing coverage (C0, C1, C2)
- Performance (Memory use, memory leaking)
- Best practices
That would be a great idea to write down your thought, as I'm trying to break through this for almost a week.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于问题 #1,据我所知,在 1.9 模式下运行的 JRuby 1.6.x 的代码覆盖率因以下开放缺陷而被阻止: JRuby 6106
如果您在 1.8 模式下运行,您应该能够使用 rcov 宝石。
To question #1, so far as I know, code coverage for JRuby 1.6.x running in 1.9 mode is blocked on this open defect: JRuby 6106
If you're running in 1.8 mode, you should be able to use the rcov gem.