示例#1
0
 public static void Setup(TestContext testContext)
 {
     _host = ConfigurationManager.AppSettings.Get("EndpointHost");
     _ssllService = new SSLLabsApiService(ConfigurationManager.AppSettings.Get("ApiUrl"));
     _analyze = _ssllService.Analyze(_host);
 }