Advanced Unit Testing
Learn how to make unit tests work for you instead of against you.
This course teaches you various advanced techniques for making unit tests more robust and easier to maintain. It assumes that you have prior experience with unit testing. You’ll learn how to make the Arrange and Assert parts of your tests easier to read and maintain, as well as how to model unit tests to match the System Under Test, and how to make the System Under Test easier to unit test. Throughout the course you will see lots of code examples in C#.
Author Name: Mark Seemann
Author Description:
Mark Seemann is a Danish programmer based in Copenhagen, Denmark. His professional interests include object-oriented development, functional programming, and software architecture, as well as software development in general. Apart from writing a book about Dependency Injection he has also written numerous articles and blog posts about related topics. Despite being a .NET programmer he takes most of his inspiration from sources across a wide range of technologies, including lots of pattern books… more
Table of Contents
- DRY versus DAMP
25mins - Test Utility Code
59mins - Structural Inspection
35mins - Identity
31mins - Test-Specific Identity
29mins
There are no reviews yet.