Expressive Tests with the Builder Pattern
I’ve been experimenting with techniques to keep my tests clean and expressive. One that I particularly like is using builders to create my system under test eg the object being tested and its dependencies. I’ll describe how I use this … Continued