2 references to StartsWith
Microsoft.DotNet.XUnitAssert.Tests (2)
MemoryAssertsTests.cs (1)
897
Assert.
StartsWith
("HELLO".Memoryify(), "Hello, world!".Memoryify(), StringComparison.OrdinalIgnoreCase);
StringAssertsTests.cs (1)
909
Assert.
StartsWith
("HELLO".Memoryify(), "Hello, world!".Memoryify(), StringComparison.OrdinalIgnoreCase);