Tagged Questions
5
votes
3answers
861 views
What should I name this helper class? [closed]
Usually when writing unit tests I create a helper class with extension methods. I use these methods exclusively for generating generic data for things that I am too lazy to type out. I usually name ...