People find use for my sessions

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2006/11/7/people-find-use-for-my-sessions.html
Published Tuesday, November 07, 2006 7:32 PM by RoyOsherove

Comments

Friday, November 10, 2006 9:08 AM by It's all about causality

# Last day at Barcelona + a video of the new rock star:Roy Osherove

Last day at Barcelona, we still don't have wireless on Vista. We shot a few films that we will upload

Thursday, November 23, 2006 3:14 AM by Jan Van Ryswyck

# re: People find use for my sessions

I always consider my unit test code to be equally important as my production code. Therefore Therefore I include my assemblies that contain my tests in my FxCop projects. When using underscores in method names (the naming best practice you suggested), FxCop reports an issue on this. I like your naming standard for unit tests, but I like FxCop as well (considering test code == production code). What's your view on this matter?

Thursday, November 23, 2006 3:27 AM by RoyOsherove

# re: People find use for my sessions

Jan: I suggest creating a custom FxCop rule that disregrads methods with a test attribute, or somethign of the sort.

or even enforces that naming guideline on methods with the test attribute.

Thursday, November 23, 2006 4:19 AM by Jan Van Ryswyck

# re: People find use for my sessions

I will give it a try. Thanks for the input.