Content deleted Content added
Line 15:
== Which type of testing ensures that refactoring does not change the behavior of the code ==
Unit tests, especially automated ones in the context of test-first or test-driven development, ensure that refactoring does not change the behavior of the code.
|