Пример #1
0
        public LinksTests(ITestOutputHelper testOutputHelper)
        {
            // Suppress SSL validation for *.cloudapp.net.
            ServicePointManagerInitializer.InitializeServerCertificateValidationCallback();

            _fluentLinkChecker = new FluentLinkChecker(testOutputHelper);
        }
 public LinksTests(ITestOutputHelper testOutputHelper)
 {
     _fluentLinkChecker = new FluentLinkChecker(testOutputHelper);
 }
Пример #3
0
 public LinksTests(ITestOutputHelper testOutputHelper)
 {
     _fluentLinkChecker = new FluentLinkChecker(testOutputHelper);
 }