Inheritance: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
Exemplo n.º 1
0
 public void MyTestInitialize()
 {
     TestContext = new MyTestContext();
 }