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