jeudi 26 mars 2015

How to make Junit test run all tests instead of stopping at first failture

How to make Junit test run all unit tests instead of stopping at first failure? Currently, there are 48 tests in a test file, but when 1 test fails, the tests after that failing test are not run.


I am using Java, luna, with maven. Is there a way to adjust the settings so that I could run all the tests and see the failed ones?


Thank you for your help.


Aucun commentaire:

Enregistrer un commentaire