Random programming things I'd want to remember

Thursday, January 9, 2014

Methods marked as [TestInitialize] and [TestCleanup] not executed, Microsoft.VisualStudio.TestTools.UnitTesting

Make sure they are marked public and not private and then the methods marked with those attributes will execute.

No comments: