Пример #1
0
 public void BeforeTest()
 {
     Log = new TestContextLog(TestContext);
 }
Пример #2
0
 public void BeforeTest()
 {
     Log = new TestContextLog(TestContext);
 }
Пример #3
0
 public void BeforeTest()
 {
     Log = new TestContextLog(TestContext);
     _ie = new IE();
     _ie.ShowWindow(NativeMethods.WindowShowStyle.Hide);
 }
Пример #4
0
 public void BeforeTest()
 {
     Log = new TestContextLog(TestContext);
     _ie = new IE();
     _ie.ShowWindow(NativeMethods.WindowShowStyle.Hide);
 }