using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ItemShop.Test { [TestClass] public class ItemTest { [TestMethod] public void TestMethod1() { } } }