On 18/Nov/2009 18:32, Alexei Fedotov wrote: > One more thing about fixing tests. Ok, the exception order should not > be tested. But the method still should be invoked (giving the same > code coverage), and the method result (exception) should be checked in > a less rigorous way, e.g. it should be a runtime exception.
Yep, I hope we all agree that testing error conditions is still useful. Such tests would be updated not removed. Regards, Tim