On Wed, Nov 18, 2009 at 4:38 AM, muz <[email protected]> wrote: > Is Flexmojos ignoring what is in the mxml file and just using > reflection to find the test classes and running them independently? > How can we define the entry point for starting the test classes to be > after the creationComplete(..) method is run for all classes? > Muz
Flexmojos finds all of your test classes, then modifies the provided TestRunner.mxml to include all of those test files, compiles the TestRunner, then runs it. If you have a special custom test app that you run from Flex Builder, then you need to incorporate those features into a custom TestRunner.mxml that you provide instead of the built-in one. We've done this in the past when our tests needed special xml configuration before running, so I can help if you need it. I don't see anything about using a custom TestRunner in the wiki--looks that needs to be added. In the meantime, here's a message from the list about it: http://groups.google.com/group/flex-mojos/msg/c120c7ed69a8ba36 Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
