Always write a FAILING test first, especially when testing error behavior and writing tests after the implementation.
You might be seeing an effect of you not understanding the system under test and misreading its failure condition.
#tdd
Always write a FAILING test first, especially when testing error behavior and writing tests after the implementation.
You might be seeing an effect of you not understanding the system under test and misreading its failure condition.
#tdd