This post originated from an RSS feed registered with .NET Buzz
by Roy Osherove.
Original Post: [Article X 2] 2 more of mine published on MSDNAA
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Fun with Unit Tests–Testing Abstract Classes In this article I’ll be looking into a trickier part of unit testing; testing the functionality of classes that cannot be instantiated on their own, abstract classes. I’ll show how to overcome this obstacle using “Mock Objects,” a technique that has a whole methodology behind it all on its own. We’ll see how mock objects provide us with abilities that let us query what’s happening inside our derived class.
Boy, my article list on there beginning to look like something.