Writing Maintainable Unit Tests
Writing Maintainable Unit Tests
Mastering the art of loosely coupled unit tests
About the Book
Are unit tests causing you pain? Are they constantly failing whenever you make changes to your production code? Do you spend a lot of time fixing them when they break? Are they difficult to set up and run? Do you have a hard time maintaining or structuring your unit test code? Are they causing you headaches from time to time? Are you on the brink of giving up on writing unit tests altogether or have you already done so?
Or do you just want to step up your game and want to learn more about how to write readable and maintainable unit tests?
This book is for experienced software developers who want to improve upon their existing skills in writing unit tests. You will learn how to build loosely coupled, highly maintainable and robust unit tests that are trustworthy and improve the overall code quality of your software applications. The content of this book is based on 15+ years of experience with Test-Driven Development.
Although the examples in this book are written in C#, the principles and guidance are broadly applicable to other platforms and programming environments as well (Java, Python, JavaScript, etc.). You will be able to universally apply this knowledge throughout the rest of your career.
Reader Testimonials
Jo Van Eyck
Recommended if you want to write tests without shooting yourself in the foot. Contains tons of useful heuristics to hit the ground running!
Table of Contents
-
Preface
- Who Should Read This Book?
- How This Book Is Organised
- Standing On The Shoulders Of Giants
- Source Code
-
Chapter 1: Types of Automated Tests
- Introduction
- But Why?
- A Taxonomy of Tests
- Solitary and Sociable Tests
- The Test Pyramid
- State and Behaviour Verification
- Test-Driven Development
- Summary
-
Chapter 2: Maintainable Solitary Tests
- Introduction
- Clean Solitary Tests
- The DRY Principle
- The Single-Responsibility Principle (SRP)
- The DAMP Principle
- Other Characteristics Of Maintainable Solitary Tests
- Summary
-
Chapter 3: The Anatomy of Solitary Tests
- Introduction
- Arrange, Act, Assert
- AAA Per Test Method
- Single Assert Per Test
- Avoid SetUp / TearDown
- AAA Per Test Class
- Assert Last Principle
- Naming Unit Tests
- Summary
-
Chapter 4: Decoupling Patterns
- Introduction
- Only Test Through Public Interfaces
- Object Mother
- Test Data Builder
- State and Behaviour Verification (Again)
- Indirect Inputs and Outputs
- Test Doubles
- Test Double Heuristics
- Subject Under Test Builder
- Auto Mocking Container
- Fixture Object
- Summary
-
Chapter 5: Assertions and Observations
- Introduction
- Making Clear Observations
- Only Asserts Should Cause Failing Tests
- Single Assert Per Test
- Procedural Versus Object State Verification
- Summary
-
Chapter 6: Principles For Solitary Tests
- Introduction
- Avoid Inheritance For Test Classes
- TDD Requires Design Skills
- Avoid The Self-Shunt Pattern
- Avoid Using The System Clock In Solitary Tests
- Prevent Domain Knowledge From Sneaking Into Solitary Tests
- Solitary Tests For Logging
- Summary
- Closing Thoughts
- About The Author
- Bibliography
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them