What is the value to checking in broken unit tests?
- by Adam W.
While there are ways of keeping unit tests from being executed, what is the value of checking in broken unit tests?
I will use a simple example. Case sensitivity. The current code is Case Sensitive. A valid input into the method is "Cat" and it would return an enum of Animal.Cat. However, the desired functionality of the method should not be case…