Flex Unit testing of library and mxml using FlexUnit

Posted by user344722 on Stack Overflow See other posts from Stack Overflow or by user344722
Published on 2010-05-19T04:25:10Z Indexed on 2010/05/19 4:30 UTC
Read the original article Hit count: 331

Filed under:
|
|
|
|

Hi,

I have some software classes(library) to run commands on any mxml file. These classes(library) are wrapped in a SWC file. This SWC file is referenced by any sample mxml application (by adding as SWC file). My problem is that I want to test these software classes(library) against my sample mxml file using FlexUnit. That is, I should test methods run by software classes on the mxml file.

How can I accomplish this?

Thanks, Pradeep

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash