On 31/05/07, SiSi'mon <[EMAIL PROTECTED]> wrote:
As I understand it, typically when a JUnit test fails, you want it to stop right there and report the error (and not continue running tests). However in some code I recently inherited using the Maven surefire plugin, a test fails and it keeps going, and going and going and in the end reports 40 test failures. How do I make it stop and shut down on the first test failure?
Alter the tests so that they are isolated and a failure in one does not cause a ripple effect. thanks
Si'mon -- View this message in context: http://www.nabble.com/Maven-surefire-question-tf3848991s177.html#a10902420 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
