I’ve learned from a fellow GASP er of the release of Microsoft Source Analysis for C# (aka StyleCop) . It’s still a work in progress but it’s already very useful.
Reading Roy Osherove 's post about naming conventions for unit testing I have to say that it all makes sense to me. I just want to add that for property testing I use the corresponding method names: get_ Property and set_ Property .