So I think the problem is related to the fact that I have two tests
with the same class name, even though the reside in different
packages. Here's the snippet from \target\test-classes\TestRunner.mxml
import com.acme.TestContext;
import com.acme.foo.TestContext;
..
private function init():void {
...
addTest( TestContext);
addTest( TestContext);
...
How can I create my own TestRunner to perhaps get around this?
Thanks
On Feb 25, 4:52 pm, Marvin Froeder <[email protected]> wrote:
> You can create a custom test runner, but it is not just an mxml Application.
>
> You can filter what will be tested using inclusion/exclusion parameters....
>
> VELO
>
>
>
> On Thu, Feb 25, 2010 at 6:48 PM, codecraig <[email protected]> wrote:
> > I'm using flexmojos 3.5 and FlexUnit 4 and I have my own test runner
> > which extends Application. In it's creationComplete I create a
> > FlexUnitCore and register a TraceListener and CIListener. I also
> > register my test suites with the FlexUnitCore object.
>
> > Can i tell Flexmojos to use this test mxml Application? If not, can I
> > tell it to run a certain suite?
>
> > thanks
>
> > --
> > 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]<flex-mojos%2bunsubscr...@googlegrou
> > ps.com>
> > For more options, visit this group at
> >http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> >http://flexmojos.sonatype.org/
--
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://flexmojos.sonatype.org/