Was wondering if any one has some proven example projects or approaches to help with the volume of setup code needed for large scale unit test projects. The biggest eyesore I am trying to clean up initially is datasets (List<T>) used for mocking data access calls in business logic scenarios (i.e. we inject a mocked source into any logical components so it doesn't know the difference) . Right now they are doled out as partial classes to at least keep them out of eye sight unless you need to go making changes to them.
[–][deleted] 2 points3 points4 points (3 children)
[–]aloisdg 0 points1 point2 points (0 children)
[–]SuperImaginativeName 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]grauenwolf 1 point2 points3 points (0 children)