Better Unit Tests with ApprovalTests: An Open Source Library

[presentation]
by
Woody Zuill, Hunter Industries
Summary: 

When a unit test fails, we want clear, expressive, rich feedback so we can quickly understand the nature of the failure and get a good idea of how to fix it. Unit testing frameworks are fantastic at running tests and alerting us to any failure. Unfortunately, sometimes...