1 instantiation of NotInRangeException
xunit.assert (1)
Sdk\Exceptions\NotInRangeException.cs (1)
38
new
NotInRangeException
(
9 references to NotInRangeException
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\RangeAssertsTests.cs (4)
119
Assert.IsType<
NotInRangeException
>(ex);
139
Assert.IsType<
NotInRangeException
>(ex);
159
Assert.IsType<
NotInRangeException
>(ex);
176
Assert.IsType<
NotInRangeException
>(ex);
xunit.assert (5)
RangeAsserts.cs (3)
64
/// <exception cref="
NotInRangeException
">Thrown when the value is in the given range</exception>
80
/// <exception cref="
NotInRangeException
">Thrown when the value is in the given range</exception>
93
throw
NotInRangeException
.ForValueInRange(actual, low, high);
Sdk\Exceptions\NotInRangeException.cs (2)
28
/// Creates a new instance of the <see cref="
NotInRangeException
"/> class to be thrown when
34
public static
NotInRangeException
ForValueInRange(