methods for unit testing mobile app
I wonder if anyone here has a good method to run FlexUnit unit test suites against mobile Air classes, specifically in a CI environment using Ant. I have an extensive unit test suite for my regular AS3 classes, and I use the standalone flash player to run them on
my build server on each checkin.
Problem is that the mobile classes I have developed use certain properties/classes that are only defined when run in an Air app. So they don't pass when run in the flash player environment.
Not sure how possible it would be to build and run an Air app in a CI envionment. Ideally what I wish there was is a "standalone Air player" that can run a mobile swf, instead of compiling it to an Air app.
Any ideas? thanks!
