Hey guys, @Stephen - They are all name *Test.as. I don't think any of them use a parameterized test runner.
@anthony - The weird thing is the tests that run don't have the [Test] annotation. I'll try and attach a sample class file. As far as how I'm running them I'm not doing anything special with the flexmojo configuration. It's pretty close to what you get from the archetype. Any other ideas? Thanks, Jay On Feb 28, 3:13 am, "[email protected]" <[email protected]> wrote: > Any chance you could send a sample class file not running > > could also be the tests them self not having [Test] annotations next > to them > > package BLAH > { > // misc imports > public class AnyOldStartingClassnameEndingInTest > { > [Test] > public function anyOldTestName():void { > assertTrue(true); > > > > > > > > } > } -- 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/
