Nothing here yet.
Nothing here yet.
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...
