2 references to EndsWith
Microsoft.DotNet.XUnitAssert.Tests (2)
MemoryAssertsTests.cs (1)
478
Assert.
EndsWith
("WORLD!".AsMemory(), "Hello, world!".Memoryify(), StringComparison.OrdinalIgnoreCase);
StringAssertsTests.cs (1)
508
Assert.
EndsWith
("WORLD!".AsMemory(), "Hello, world!".Memoryify(), StringComparison.OrdinalIgnoreCase);