public TestsLogging(UIAutomationTestFixture tf, ITestOutputHelper output)
 {
     testFixture = tf;
     this.output = output;
     DeleteLogFile();
 }
 public TestsAuthenticationUsernamePassword(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
Esempio n. 3
0
 public TestsDSN(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
 public TestsGeneralFunctionality(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
 public TestsAuthenticationWindowsKerberos(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
Esempio n. 6
0
 public TestsAuthenticationKeyOIDC(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }