Example #1
0
            public void Must_not_match(string headerValue, string contentCoding)
            {
                AcceptEncodingHeader header = AcceptEncodingHeader.ParseMany(headerValue).Single();

                Assert.That(header.ContentCodingMatches(contentCoding), Is.False);
            }