public TestAbstractServcie(TestAbstract servcie)
 {
     _servcie = servcie;
 }
Exemplo n.º 2
0
 public static void TestClassSetup(TestContext testContext)
 {
     _testClass = new TestAbstract();
 }