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