Thanks Logan! That dependency was all I needed. Do you know which of the 3 testing frameworks has the most traction? Flex unit seems to be nice, as it feels a lot like JUnit. Also do you know of any of the 3 have flex builder plugins to run inside the IDE, like JUnit?
Thanks much! Evan On Fri, Nov 28, 2008 at 9:28 AM, RedBugz Software <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 28, 2008 at 10:13 AM, Evan Worley <[EMAIL PROTECTED]> > wrote: > > Flexunit support only works with trunk, right? I've tried something > nearly > > identical with M9 and I get a "TestCase" not found compile time error. > > M9 added some additional testing support, so you need to add the > testing support dependency to your project: > <dependency> > <groupId>info.flex-mojos</groupId> > <artifactId>testing-support</artifactId> > <version>2.0M9</version> > <type>swc</type> > <scope>test</scope> > </dependency> > > If you have that and it's not working, provide your pom and the maven > output and we'll see what's wrong. > > 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/ -~----------~----~----~----~------~----~------~--~---
