The Art of Unit Testing: With Examples in C#, Second Edition

  • 9h 35m 9s
  • Roy Osherove
  • Manning Publications
  • 2018

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.

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 listening. The examples in the audiobook 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

In this Audiobook

  • Chapter 1 - The Basics of Unit Testing
  • Chapter 2 - A First Unit Test
  • Chapter 3 - Using Stubs to Break Dependencies
  • Chapter 4 - Interaction Testing Using Mock Objects
  • Chapter 5 - Isolation (Mocking) Frameworks
  • Chapter 6 - Digging Deeper into Isolation Frameworks
  • Chapter 7 - Test Hierarchies and Organization
  • Chapter 8 - The Pillars of Good Unit Tests
  • Chapter 9 - Integrating Unit Testing into the Organization
  • Chapter 10 - Working with Legacy Code
  • Chapter 11 - Design and Testability
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE