Unit Testing Events
Posted by stuart on July 21, 2010
0 comments
Recently I have had to unit test some events in an application I work on. I came up with a workable solution, but I didn’t really like the way it was working, and it just looked ugly. So I did a little digging on Google, and found this helpful question on StackOverflow. Here is my [...]