19 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 (2)
CollectionAssertsTests.cs (2)
730 var actual = Record.Exception(() => Assert.DoesNotContain("forty-two", dictionary)); 743 var actual = Record.Exception(() => Assert.DoesNotContain("forty-two", dictionary));
xunit.assert (1)
DictionaryAsserts.cs (1)
212 DoesNotContain(expected, (IReadOnlyDictionary<TKey, TValue>)collection);