using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace $rootnamespace$ { [TestClass] public class $safeitemname$ { [TestMethod] public void TestMethod1() { } } }