Is it possible to run FlexUnitTests on a Flash Professional Project? (created within Flash Builder)
I notice when I create a FlexUnitTest in my Flash Professional Project FlexUnitApplication.as and FlexUnitCompilerApplication.as get created, however nothing is generated in the bin-debug folder, meaning that when I try to run tests, I get the error: "File not found: file:/blabla/bin-debug/FlexUnitApplication.html"
Seems to work fine in Actionscript projects, I tried moving "FlexUnitApplication.html" over from the bin-debug of an Actionscript project, that didn't help!