Flex Unit testing of library and mxml using FlexUnit
- by user344722
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