Is there anyway i can stop the junit eclipse test runner when it fails a test for the first time ?
I prefer to check and fix the failed test before continue testing the rests.
From this QA, i can see that we can register a listener as a workaround. But i wonder how to register a listener for the eclipse junit runner ?