Exemplo n.º 1
0
 public void SetUp()
 {
     _driver          = WebDriverFactory.InitWebDriver();
     javaScriptDriver = (IJavaScriptExecutor)_driver;
     tc = TestConfiguration.GetInstance();
     tm = TorreanoMapping.GetInstance();
 }
Exemplo n.º 2
0
 public static TorreanoMapping GetInstance()
 {
     if (instance == null)
     {
         instance = new TorreanoMapping();
     }
     return(instance);
 }