コード例 #1
0
 public static EggplantDriver GetDriver()
 {
     if (driver == null)
     {
         driver = new EggplantDriver();
     }
     return(driver);
 }
コード例 #2
0
 public static void FixtureSetup()
 {
     VerifyEnvironment();
     Config.BatchFilePath = Common.CreateBatchFile();
     TestAssemblyExecutionParameters.DefaultTestCaseTimeout = null;
     Driver = EggplantDriver.GetDriver();
     StopEggplant();
     StartEggplant();
 }