Posted By:
Adrian_Herscu
Posted On:
Tuesday, July 20, 2004 05:59 PM
Hi all,
I'm trying to learn everything possible about TDD before starting my new project.
Currently, I find it hard to understand how test-cases and refactoring can peacefully live. For example, what will happen with my test suite after changing method names (of course, there are other scenarios, such as deleting or moving things around).
How to keep test-cases synchronized with changing code?
I found some tool, JUnitDoclet, but I'm not sure about the pitfalls.
I will be glad to receive some advices!
Adrian.