A TDD Journey: 3- Mocks vs. Stubs; Test Frameworks; Assertions; ReSharper Accelerators

Posted on Simple Talk See other posts from Simple Talk
Published on Fri, 01 Aug 2014 00:00:00 GMT Indexed on 2014/08/18 16:39 UTC
Read the original article Hit count: 292

Filed under:

Test-Driven Development (TDD) involves the repetition of a very short development cycle that begins with an initially-failing test that defines the required functionality, and ends with 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 doubles; Test Runners, Constraints and assertions

© Simple Talk or respective owner

Related posts about .NET Framework