using System; using System.Text; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ComponentTest { /// /// BuffManagerTest /// [TestClass] public class BuffManagerTest { public BuffManagerTest() { } private TestContext testContextInstance; public TestContext TestContext { get { return testContextInstance; } set { testContextInstance = value; } } [TestMethod] public void TestMethod1() { } } }