vote up 2 vote down star

Is there a way to make running junit test to stop after a test fails?

flag

I don't know the answer, but I've been thinking about it for a while. The thing that keeps coming to my mind is: Why do you want that? – Bno Oct 9 '08 at 19:28
Exactly: why not see all failing tests? – marcospereira Oct 10 '08 at 1:47

2 Answers

vote up 2 vote down check

Yes ... this ability (or the lack of it) is built into the various TestRunners (Console, AWT, Swing, Ant, Maven or the one built into Eclipse, etc). You'll have to look for this control in the documentation for the specific platform you're using.

link|flag
vote up 2 vote down

I know that in Ant, the junit task has options "haltonerror" and "haltonfailure" that controls this behavior.

link|flag

Your Answer

Get an OpenID
or

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