0%

Book Description

Summary

The Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy. You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy and Typemock Isolator. You'll explore test patterns and organization, working with legacy code, and even "untestable" code. Along the way, you'll learn about integration testing and techniques and tools for testing databases and other technologies.

About this Book

You know you should be unit testing, so why aren’t you doing it? If you’re new to unit testing, if you find unit testing tedious, or if you’re just not getting enough payoff for the effort you put into it, keep reading.

The Art of Unit Testing, Second Edition guides you step by step from writing your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. You’ll move quickly to more complicated subjects like mocks and stubs, while learning to use isolation (mocking) frameworks like Moq, FakeItEasy, and Typemock Isolator. You’ll explore test patterns and organization, refactor code applications, and learn how to test “untestable” code. Along the way, you’ll learn about integration testing and techniques for testing with databases.

The examples in the book use C#, but will benefit anyone using a statically typed language such as Java or C++.

What’s Inside

  • Create readable, maintainable, trustworthy tests

  • Fakes, stubs, mock objects, and isolation (mocking) frameworks

  • Simple dependency injection techniques

  • Refactoring legacy code

About the Author

Roy Osherove has been coding for over 15 years, and he consults and trains teams worldwide on the gentle art of unit testing and test-driven development. His blog is at ArtOfUnitTesting.com.

Table of Contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword to the Second Edition
  5. Foreword to the First Edition
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. About the Cover Illustration
  10. Part 1. Getting started
    1. Chapter 1. The basics of unit testing
    2. Chapter 2. A first unit test
  11. Part 2. Core techniques
    1. Chapter 3. Using stubs to break dependencies
    2. Chapter 4. Interaction testing using mock objects
    3. Chapter 5. Isolation (mocking) frameworks
    4. Chapter 6. Digging deeper into isolation frameworks
  12. Part 3. The test code
    1. Chapter 7. Test hierarchies and organization
    2. Chapter 8. The pillars of good unit tests
  13. Part 4. Design and process
    1. Chapter 9. Integrating unit testing into the organization
    2. Chapter 10. Working with legacy code
    3. Chapter 11. Design and testability
  14. Appendix. Tools and frameworks
  15. Index
  16. List of Figures
  17. List of Tables
  18. List of Listings
18.118.12.50