I use them. I always fix the red tests first because they are mostly easier to fix and some of them lead to yellow tests. Maybe not that convincing but I feel the distinction between fail and error is good. Will think about it more.
Am 10.07.2013 um 02:46 schrieb Camillo Bruni <[email protected]>: > Does anybody here distinguish failures and errors for real when doing TDD? > > I do not really see the point of separating them. > Besides the complexity added to the testing framework it is a burden for > newcomers. > > I personally just see: > 1) test passes => green, ok > 2) test doesn't pass => red, not ok > > Apparently that has been done in JUnit4 > http://www.devx.com/Java/Article/31983/0/page/2
