12 references to AssertFormatException
Microsoft.Net.Http.Headers.Tests (12)
NameValueHeaderValueTest.cs (12)
20
AssertFormatException
(" text ", null);
21
AssertFormatException
("text ", null);
22
AssertFormatException
(" text", null);
23
AssertFormatException
("te xt", null);
24
AssertFormatException
("te=xt", null); // The ctor takes a name which must not contain '='.
25
AssertFormatException
("teäxt", null);
39
AssertFormatException
("text", " token ");
40
AssertFormatException
("text", "token ");
41
AssertFormatException
("text", " token");
42
AssertFormatException
("text", "token string");
43
AssertFormatException
("text", "\"quoted string with \" quotes\"");
44
AssertFormatException
("text", "\"quoted string with \"two\" quotes\"");