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