Exemple #1
0
 public void Setup()
 {
     _options = new Vision2Options {
         IsStaging  = true,
         TenantCode = ""
     };
 }
Exemple #2
0
 public BaseTest()
 {
     Options = new Vision2Options {
         IsStaging  = true,
         TenantCode = "focusministry",
         Username   = "******",
         Password   = "******"
     };
 }