0
kicks
A base fixture class can help reduce repetitive code - Karl Seguin
This is one of those posts where you throw up some code and hope you're doing it right (if I'm not, do tell).
As you start to write a large number of tests, you realize that there's a lot of small repetition going on. Some of it is directly related to testing infrastructure (mocks and DI), while others are just utility functions.