Tagged Questions

1
vote
2answers
296 views

What tools are available for flex code coverage?

I have been trying to get Flex Cover to work correctly for some time but the problem we are encountering is that it only provides code coverage for classes that are currently being hit by our unit ...
1
vote
1answer
252 views

FlexCover 0.81 throws ServicesDepdendency Error no matter what

I've used FlexCover quite a bit before so this is absolutely absurd to me. No matter what version of the flex sdk (3.0, 3.2, or 4) that I apply the appropriate patches too, I get the following error ...
0
votes
0answers
40 views

Updated examples with FlexCover for at least the 4.0 Flex SDK

I've been trying to get a working set up with Flexcover, using the Flex 4.1 SDK however every time I'm getting the FlexUnit tests to finish, but the Flexcover report is never output. I have a wait ...
0
votes
3answers
2k views

How to exit an air application from an actionscript library?

I am trying the following but every once in awhile the nativeApp is not defined. var nativeApp:Object = getDefinitionByName("flash.desktop.NativeApplication"); nativeApp.nativeApplication.exit(); ...