Monthly Archives: February 2009

Mocking objects that change arguments

Most mocking framework know how to mock an interface or (abstract) class and fake the method calls that are performed on these mocks. However, hardly any of them can do anything other than provide a return value when the mock … Continue reading

Posted in Uncategorized | Leave a comment

Quick tip on Visual Studio 2008 and UAC

On a Windows Vista (and presumably Windows Server 2008) that has User Account Control (UAC) enabled you are no longer able to drag and drop files from Windows Explorer into your VS solution. I always used this to quickly add … Continue reading

Posted in Uncategorized | Leave a comment