@@ -98,8 +98,8 @@ public static void Setup(TestContext testContext)
98
98
mockedApiProvider . Setup ( x => x . MakeGetRequest ( It . IsAny < RequestModel > ( ) ) ) . Returns ( webResponseModel ) ;
99
99
100
100
var ssllService = new SSLLabsApiService ( "https://api.ssllabs.com/api/v2/" , mockedApiProvider . Object ) ;
101
- Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . startNew . On ,
102
- SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . ignoreMismatch . Off ) ;
101
+ Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . StartNew . On ,
102
+ SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . IgnoreMismatch . Off ) ;
103
103
}
104
104
105
105
[ TestMethod ]
@@ -130,8 +130,8 @@ public static void Setup(TestContext testContext)
130
130
mockedApiProvider . Setup ( x => x . MakeGetRequest ( It . IsAny < RequestModel > ( ) ) ) . Returns ( webResponseModel ) ;
131
131
132
132
var ssllService = new SSLLabsApiService ( "https://api.ssllabs.com/api/v2/" , mockedApiProvider . Object ) ;
133
- Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . startNew . On ,
134
- SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . ignoreMismatch . Off ) ;
133
+ Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . StartNew . On ,
134
+ SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . IgnoreMismatch . Off ) ;
135
135
}
136
136
137
137
[ TestMethod ]
@@ -160,8 +160,8 @@ public static void Setup(TestContext testContext)
160
160
mockedApiProvider . Setup ( x => x . MakeGetRequest ( It . IsAny < RequestModel > ( ) ) ) . Returns ( webResponseModel ) ;
161
161
162
162
var ssllService = new SSLLabsApiService ( "https://api.ssllabs.com/api/v2/" , mockedApiProvider . Object ) ;
163
- Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . startNew . On ,
164
- SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . ignoreMismatch . Off ) ;
163
+ Response = ssllService . Analyze ( TestHost , SSLLabsApiService . Publish . On , SSLLabsApiService . StartNew . On ,
164
+ SSLLabsApiService . FromCache . Ignore , null , SSLLabsApiService . All . Done , SSLLabsApiService . IgnoreMismatch . Off ) ;
165
165
}
166
166
}
167
167
0 commit comments