4 references to Contains
Microsoft.DotNet.XUnitAssert.Tests (4)
StringAssertsTests.cs (4)
21 Assert.Contains("wor".Spanify(), "Hello, world!".AsSpan()); 50 verify(() => Assert.Contains("WORLD".Spanify(), "Hello, world!".AsSpan())); 79 verify(() => Assert.Contains("hey".Spanify(), "Hello, world!".AsSpan())); 125 verify(() => Assert.Contains(expected.Spanify(), actual.AsSpan()));