Is it possible to customize the test rig used by GUnit?

I have a tree walker that does semantic analysis while walking the AST
created by my parser, but I'd like to be able to turn off everything
but the tree walking.  GUnit currently compiles and runs everything
exactly as is, including the semantic analysis.  I am using a Facade,
so I can replace the semantic analysis engine with a Fake/Stub/Mock if
I can somehow define my own test rig.  Any suggestions on how this may
be accomplished?

I am constrained a bit by the maven-gunit-plugin which doesn't yet
support generating JUnit tests.

Thanks.

--
Kaleb Pederson

Twitter - http://twitter.com/kalebpederson
Blog - http://kalebpederson.com

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" 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/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to