Autocreate Tests

Dear Microsoft:

When you autocreate a test class, can you include the name of the class in the initialize methods?

        #region Additional test attributes
        [
TestInitialize()]
        
public void MyTestInitialize()
        { 
        }
        
        [
TestCleanup()]
        
public void MyTestCleanup()
        { 
        }

Yuck

        [TestInitialize()]
        public void InterfaceKitTestInitialize()
        {         }
        
        [
TestCleanup
()]         public void InterfaceKitTestCleanup()         {         }

Yum

 

From,

Jamie Dixon

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: