Whidbey Unit Testing Generated Code - yikes

I was just poking around in some of the code that the Whidbey Unit Testing framework generates, and was shocked at what I saw:

public Form1Accessor(object target) {
        m_privateObject = new Microsoft.VisualStudio.QualityTools.UnitTesting.Framework.PrivateObject(target);
}

Huh? “m_”? Hungarian? Methinks Rory will be most displeased. ;)

 

 

1 Comment

Comments have been disabled for this content.