Which I understand fully, however, sometimes you want to test that ONLY
certain things happen and the static methods are a really nice way of
reducing lines of code written in tests.
> (With the source available to you, you can always add this method in your
> own code base whether or not this gets voted up or down.)
:-)
I don't like having my own variation of someone else's project, and if the
change was voted down I would have to choose between that and changing my
tests.
Pete
====
http://mrpmorris.blogspot.com
http://www.AlterEgos.com - Who do you want to be?
Which I understand fully, however, sometimes you want to test that ONLY
certain things happen and the static methods are a really nice way of
reducing lines of code written in tests.
By using .Throw or some other technique?