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.

link|improve this question
Can you clarify more about what you're trying to do? Are these functions literally changing the text of the MXML files? IF so, you could probably just read the text of the edited file and see if it's what you expect after running your "commands". If not, please clarify exactly what you mean. – Amy Blankenship Dec 7 '11 at 13:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.