コード例 #1
0
 public static void BeforeTestRun()
 {
     TestRunContext.Initialise();
     TestRunContext.WindowSetup();
 }
コード例 #2
0
 public static void BeforeTestRun()
 {
     Helpers.HookHelper.KillBrowsers();
     TestRunContext.Initialise();
     TestRunContext.WindowSetup();
 }