public TestDataContainer(string name)
 {
     testName = name;
     actions = new ActionList();
     VerificationErrors = new List<VerificationError>();
     configSettings = Config.GetDefaultConfig();
     browserInfo = new BrowserInfo(WebDriverBrowser.Browser.Chrome);
     SetupEvents();
 }
 public TestDataContainer(string name)
 {
     testName           = name;
     actions            = new ActionList();
     VerificationErrors = new List <VerificationError>();
 }
 public TestDataContainer(string name)
 {
     testName = name;
     actions = new ActionList();
     VerificationErrors = new List<VerificationError>();
 }