A TDD Journey: 2- Naming Tests; Mocking Frameworks; Dependency Injection
Posted
on Simple Talk
See other posts from Simple Talk
Published on Thu, 31 Jul 2014 00:00:00 GMT
Indexed on
2014/08/18
16:40 UTC
Read the original article
Hit count: 248
.NET Framework
Test-Driven Development (TDD) relies on the repetition of a very short development cycle Starting from an initially failing automated test that defines the functionality that is required, and then producing the minimum amount of code to pass that test, and finally refactoring the new code. Michael Sorens continues his introduction to TDD that is more of a journey in six parts, by implementing the first tests and introducing the topics of Test Naming, Mocking Frameworks and Dependency Injection
© Simple Talk or respective owner