Actionscript Unit Testing
I am trying to test a project that is huge and many of the “classes” are only defined as linkages from the main monster fla. I followed ASUnit Tutorial and got it to work with their simple examples. But when I went to test a factory and child clas…