|
|
Browse by Tags
All Tags » c# » Test Data
-
During my last project it became apparent that we had no consistency in how we created the data used in our unit tests; listed below are some of the various different solutions that had been implemented
Private helper methods that created entities, often these methods had been cut and paste into other unit test classes
Creating and setting ...
|
|
|