Writing Your Own Test Doubles

September 21 2016, 3:13pm

Adam Wathan screencast on creating your own test doubles.

Once in a while I run into a situation where trying to use a mocking library hurts the readability of my test. In this screencast, I walk through writing a custom fake to clean up the test and simplify my assertions.