有没有针对 Flex 积极开发的代码覆盖率工具?
我正在寻找一种方法来获取我的 Flex 项目的代码行/分支覆盖率。我知道 FlexCover,它在很长一段时间内对我来说效果很好 - 我我在编译器中遇到了错误,这些错误将在 Flex SDK 4.5 中修复。那么,有没有其他工具可以获取Flex项目的代码覆盖率信息呢?
I'm looking for a way to get code line/branch coverage for my Flex projects. I'm aware of FlexCover, which worked fine for me for a long time until now - I'm running into bugs in the compilers which would be fixed in the Flex SDK 4.5. So, is there any other tool to get code coverage information on Flex projects?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道 Flexmojos4 带有代码覆盖率支持:
http://www.sonatype。 com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/
但它需要 Maven 构建。
I know that Flexmojos4 comes with code coverage support:
http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/
But it requires Maven build.