コード例 #1
0
 public TestsLogging(UIAutomationTestFixture tf, ITestOutputHelper output)
 {
     testFixture = tf;
     this.output = output;
     DeleteLogFile();
 }
コード例 #2
0
 public TestsAuthenticationUsernamePassword(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
コード例 #3
0
 public TestsDSN(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
コード例 #4
0
 public TestsGeneralFunctionality(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
コード例 #5
0
 public TestsAuthenticationWindowsKerberos(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }
コード例 #6
0
 public TestsAuthenticationKeyOIDC(UIAutomationTestFixture tf)
 {
     testFixture = tf;
 }