1 instantiation of InRangeException
xunit.assert (1)
Sdk\Exceptions\InRangeException.cs (1)
40
new
InRangeException
(
10 references to InRangeException
Microsoft.DotNet.XUnitAssert.Tests (5)
RangeAssertsTests.cs (5)
19
Assert.IsType<
InRangeException
>(ex);
39
Assert.IsType<
InRangeException
>(ex);
53
Assert.IsType<
InRangeException
>(ex);
73
Assert.IsType<
InRangeException
>(ex);
106
Assert.IsType<
InRangeException
>(ex);
xunit.assert (5)
RangeAsserts.cs (3)
32
/// <exception cref="
InRangeException
">Thrown when the value is not in the given range</exception>
48
/// <exception cref="
InRangeException
">Thrown when the value is not in the given range</exception>
61
throw
InRangeException
.ForValueNotInRange(actual, low, high);
Sdk\Exceptions\InRangeException.cs (2)
30
/// Creates a new instance of the <see cref="
InRangeException
"/> class to be thrown when
36
public static
InRangeException
ForValueNotInRange(