24 references to DoesNotContain
Microsoft.AspNetCore.Components.Tests (16)
ComponentsMetricsTest.cs (16)
92Assert.DoesNotContain("error.type", measurements[0].Tags); 178Assert.DoesNotContain("error.type", measurements[0].Tags); 258Assert.DoesNotContain("error.type", measurements[0].Tags); 420Assert.DoesNotContain("aspnetcore.components.type", measurements[0].Tags); 421Assert.DoesNotContain("aspnetcore.components.route", measurements[0].Tags); 441Assert.DoesNotContain("aspnetcore.components.type", measurements[0].Tags); 442Assert.DoesNotContain("code.function.name", measurements[0].Tags); 443Assert.DoesNotContain("aspnetcore.components.attribute.name", measurements[0].Tags); 444Assert.DoesNotContain("error.type", measurements[0].Tags); 465Assert.DoesNotContain("aspnetcore.components.type", measurements[0].Tags); 466Assert.DoesNotContain("code.function.name", measurements[0].Tags); 467Assert.DoesNotContain("aspnetcore.components.attribute.name", measurements[0].Tags); 488Assert.DoesNotContain("aspnetcore.components.type", measurements[0].Tags); 489Assert.DoesNotContain("error.type", measurements[0].Tags); 510Assert.DoesNotContain("aspnetcore.components.type", measurements[0].Tags); 531Assert.DoesNotContain("error.type", measurements[0].Tags);
Microsoft.DotNet.XUnitAssert.Tests (4)
DictionaryAssertsTests.cs (4)
78 Assert.DoesNotContain("FORTY-two", (IReadOnlyDictionary<string, int>)dictionary); 81 Assert.DoesNotContain("FORTY-two", (IImmutableDictionary<string, int>)dictionary.ToImmutableDictionary()); 109 assertFailure(() => Assert.DoesNotContain("FORTY-two", (IReadOnlyDictionary<string, int>)dictionary)); 112 assertFailure(() => Assert.DoesNotContain("FORTY-two", (IImmutableDictionary<string, int>)dictionary.ToImmutableDictionary(StringComparer.InvariantCultureIgnoreCase)));
xunit.assert (4)
DictionaryAsserts.cs (4)
264 => DoesNotContain(expected, (IReadOnlyDictionary<TKey, TValue>)collection); 280 => DoesNotContain(expected, (IReadOnlyDictionary<TKey, TValue>)collection); 296 => DoesNotContain(expected, (IReadOnlyDictionary<TKey, TValue>)collection); 318 => DoesNotContain(expected, (IReadOnlyDictionary<TKey, TValue>)collection);