Make your tests cleaner using the Fixture Pattern
Every unit test has an arrangement step where we set up the test preconditions. In this step, we often need to provide some input objects to the subject under test. Providing these objects can become pretty verbose and painful to write. Let's see som...
Feb 2, 20224 min read521
