Jul 28, 2017 · 1 min read
Love this. I’ve been using a stand-alone Builder pattern classes to perform multiple setups an other manipulations, and often with fluent syntax. I like that this approach is a single class that is both the mock and setups, all in one place. Thanks for posting.