I have a mix of classes named *Test.as and *Tests.as. Each of these patterns are defined in my POM:
<includeTestFiles> <include>*Test.as</include> <include>*Tests.as</include> </includeTestFiles> I believe the issue has to do with the reporting. I see all the test classes being included in TestRunner.mxml, but many of the surefire test reports are missing. Dan On Dec 18 2011, 11:05 am, PeZ <[email protected]> wrote: > Are you sure all your test classes end with *Test.as pattern? > > On Dec 15, 5:55 am, Dan Schultz <[email protected]> wrote: > > > > > > > > > I'm unsure why, but when running my tests with Flex Mojos, it will > > skip almost half of my them. Running the tests through FB work fine. > > I'm seeing all the tests being compiled during the test phase, but > > many of the test results are missing when running `mvn test -X`. > > > Is FlexUnit only getting a subset of the tests, or is FlexUnit not > > running some of them? I'm using FlexMojos 3.8 with FlexUnit 4.1. > > > Thanks! > > > Dan -- 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 http://flexmojos.sonatype.org/
