The art of unit testing : with examples in .NET /

Unit testing, done right, can mean the diff erence between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline. The Art of Unit Testing bui...

Full description

Saved in:
Bibliographic Details
Main Author: Osherove, Roy
Format: Electronic eBook
Language:English
Published: Greenwich, Conn. : Manning, 2009.
Subjects:
Online Access:CONNECT
Table of Contents:
  • pt. 1. Getting Started
  • 1. The basics of unit testing
  • 2. A first unit test
  • pt. 2. Core Techniques
  • 3. Using stubs to break dependencies
  • 4. Interaction testing using mock objects
  • 5. Isolation (mock object) frameworks
  • pt. 3. The Test Code
  • 6. Test hierarchies and organization
  • 7. The pillars of good tests
  • pt. 4. Design and Process
  • 8. Integrating unit testing into the organization
  • 9. Working with legacy code.