vote up 1 vote down star

How can I use the Groovy Console to kick off junit tests?

(Currently using Groovy 1.6.0)

flag

75% accept rate

1 Answer

vote up 2 vote down check

I currently use:

junit.textui.TestRunner.run(MyTest)

(Where my junit test class is MyTest)

I've tried running:

MyTest

within the Groovy Console, but that just returns the class instance. Is there an easier way?

link|flag
What's wrong with the way you currently use? – Joachim Sauer Apr 10 at 11:47
I've done it this way too; combined with log4j config to dump out a junit run – sal Apr 11 at 2:23
@saua - I was hoping to be able to just highlight the classname and run that – Peter Apr 11 at 11:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.