From: "Michael Rettig" <[EMAIL PROTECTED]>
> Is there presently a JellyUnit test runner besides just JUnit?
The JellyUnit <test:suite> tag creates a new JUnit TestSuite and the
<test:case> creates a JUnit TestCase. Then how you run them is up to you.
There's a very simple <test:run> which will run a test suite or test case.
Its pretty simple and basic though. I'm sure there are better possibilities.
> As a long term goal I've been thinking about contributing the html
JellyUnit runner once I get done.
What kind of thing did you have in mind? Have you tried the JUnit runners.
e.g. in Maven enabled project type
maven test:ui
to see the Swing JUnit test runner
James
-------
http://radio.weblogs.com/0112098/
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>