Manuel Leuenberger
Manuel Leuenberger

Reputation: 2367

Is there any actively developed code coverage tool for 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?

Upvotes: 0

Views: 227

Answers (1)

Christofer Dutz
Christofer Dutz

Reputation: 2365

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.

Upvotes: 1

Related Questions