1 instantiation of EndsWithException
xunit.assert (1)
StringAsserts.cs (1)
163
throw new
EndsWithException
(expectedEndString, actualString);
4 references to EndsWithException
Microsoft.DotNet.XUnitAssert.Tests (3)
StringAssertsTests.cs (3)
242
Assert.IsType<
EndsWithException
>(ex);
254
Assert.Throws<
EndsWithException
>(() => Assert.EndsWith("hey", "Hello, world!"));
260
Assert.Throws<
EndsWithException
>(() => Assert.EndsWith("foo", null));
xunit.assert (1)
Sdk\Exceptions\EndsWithException.cs (1)
20
/// Creates a new instance of the <see cref="
EndsWithException
"/> class.