Stop JUnit Runner After First Failure?

已回答

Is it possible to tell the JUnit Run Configuration to stop calling tests after the first test failure ?

I think of something like the "haltonfailure" attribute from the ant junit target.

0

Is there a solution for this? I run a test suite with some integration tests. It would be good to stop on first error.

0

请先登录再写评论。