9 references to StartsWith
Microsoft.DotNet.XUnitAssert.Tests (9)
SpanAssertsTests.cs (5)
844 Assert.StartsWith("Hello".Spanify(), "Hello, world!".Spanify()); 866 assertFailure(() => Assert.StartsWith("hey".Spanify(), "Hello, world!".Spanify())); 888 assertFailure(() => Assert.StartsWith("WORLD!".Spanify(), "world!".Spanify())); 917 assertFailure(() => Assert.StartsWith("foo".Spanify(), null)); 942 assertFailure(() => Assert.StartsWith(expected.Spanify(), actual.Spanify()));
StringAssertsTests.cs (4)
839 Assert.StartsWith("Hello".Spanify(), "Hello, world!".Spanify()); 868 verify(() => Assert.StartsWith("hey".Spanify(), "Hello, world!".Spanify())); 897 verify(() => Assert.StartsWith("WORLD!".Spanify(), "world!".Spanify())); 959 verify(() => Assert.StartsWith(expected.Spanify(), actual.Spanify()));