1 instantiation of NotInRangeException
xunit.assert (1)
Sdk\Exceptions\NotInRangeException.cs (1)
40
new
NotInRangeException
(
9 references to NotInRangeException
Microsoft.DotNet.XUnitAssert.Tests (4)
RangeAssertsTests.cs (4)
129
Assert.IsType<
NotInRangeException
>(ex);
149
Assert.IsType<
NotInRangeException
>(ex);
169
Assert.IsType<
NotInRangeException
>(ex);
186
Assert.IsType<
NotInRangeException
>(ex);
xunit.assert (5)
RangeAsserts.cs (3)
71
/// <exception cref="
NotInRangeException
">Thrown when the value is in the given range</exception>
87
/// <exception cref="
NotInRangeException
">Thrown when the value is in the given range</exception>
100
throw
NotInRangeException
.ForValueInRange(actual, low, high);
Sdk\Exceptions\NotInRangeException.cs (2)
30
/// Creates a new instance of the <see cref="
NotInRangeException
"/> class to be thrown when
36
public static
NotInRangeException
ForValueInRange(