Exemple #1
0
 public static void ContentLanguageHeader(HttpResponseMessage response, string expectedValue)
 {
     Assert.IsNotNull(response);
     Assert.IsNotNull(HttpResponseParsers.GetContentLanguage(response));
     Assert.AreEqual(expectedValue, HttpResponseParsers.GetContentLanguage(response));
 }