Flex unit testing with ANT vs Flash Builder 4

Posted by peterlindstrom21 on Stack Overflow See other posts from Stack Overflow or by peterlindstrom21
Published on 2010-04-06T15:33:44Z Indexed on 2010/04/07 7:33 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

I have just tried setup unit testing in Flash Builder 4, and it working nicely. A setup of a parallel test source structure and using Flash Builder 4:s new TestCase and new TestSuite I was up and running with some testcases within minutes.

But now I want to compile them from a ant flex task, the Flash Builder generates FlexUnitApplication.mxml and FlexUnitCompilerApplication.mxml. Is there a nice way to build the unit tests with ant using these? I cant find any sample where this is done.

© Stack Overflow or respective owner

Related posts about ant

Related posts about flex