Write simpler tests with Type Builders and AutoFixture

from blog Just Some Code, | ↗ original
Writing tests for services with lots of collaborators can be tedious. I know! We will end up with complex Arrange parts and lots of fakes. Let’s see three alternatives to write simpler tests with builder methods, Type Builders and AutoFixture. To write simpler tests for services with lots of collaborators, use builder methods to create only the...