示例#1
0
 public static void Setup(TestContext testContext)
 {
     var ssllService = new SSLLabsApiService(ConfigurationManager.AppSettings.Get("ApiUrl"));
     _info = ssllService.Info();
 }