示例#1
0
 public void Dispose()
 {
     if (testObject != null)
     {
         testObject.CloseBrowser();
         log.Info("Terminating test execution.");
     }
 }