5 references to DoesNotContain
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
312
Assert.
DoesNotContain
(HeaderNames.WWWAuthenticate, result.Response.Headers);
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
887
Assert.
DoesNotContain
("client_secret", mockBackchannel.PushedParameters);
Microsoft.DotNet.XUnitAssert.Tests (2)
DictionaryAssertsTests.cs (2)
77
Assert.
DoesNotContain
("FORTY-two", (IDictionary<string, int>)dictionary);
108
assertFailure(() => Assert.
DoesNotContain
("FORTY-two", (IDictionary<string, int>)dictionary));
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\LogRecordExtensions.cs (1)
41
Assert.
DoesNotContain
(key, logRecord);