2 references to Contains
Microsoft.DotNet.XUnitAssert.Tests (2)
SetAssertsTests.cs (2)
27
Assert.
Contains
("FORTY-two", set.ToImmutableSortedSet(StringComparer.OrdinalIgnoreCase));
57
assertFailure(() => Assert.
Contains
("FORTY-two", set.ToImmutableSortedSet()));