On 2013-07-10, at 09:08, Stefan Marr <smalltalk@stefan-marr.de> wrote:
Hi Camillo:
On 10 Jul 2013, at 02:46, Camillo Bruni <camillobruni@gmail.com> wrote:
Does anybody here distinguish failures and errors for real when doing TDD?
To make your live a little more difficult, I actually introduced an additional type of failure on top of that: blue for still to be implemented.
that on the other hand I like :) because a different action is needed. Which exactly is not the case when it is red vs yellow. I have to debug in either case...
I liked that a lot for prototyping to see all my todos in the test runner in a different pane, and to be able to distinguish between unimplemented stuff, and stuff I just broke again.
However, to your actual question, I have not noticed that difference in JUnit, so, I guess, I don't really care for the destination between errors and failures.