On Saturday, December 31, 2011 15:48:16 Jacob Carlborg wrote: > Yes but what happens when there are many failed tests, i.e. may > AssertErrors that have been thrown? It will just print all after each > other and you have to count them yourself if you want to know how many > failed tests there are?
What does the number of failures really matter? You just need to know which ones failed and where. The AssertErrors give you that. - Jonathan M Davis
