1 instantiation of NotInRangeException
xunit.assert (1)
Sdk\Exceptions\NotInRangeException.cs (1)
35 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)
67 /// <exception cref="NotInRangeException">Thrown when the value is in the given range</exception> 83 /// <exception cref="NotInRangeException">Thrown when the value is in the given range</exception> 96 throw NotInRangeException.ForValueInRange(actual, low, high);
Sdk\Exceptions\NotInRangeException.cs (2)
25 /// Creates a new instance of the <see cref="NotInRangeException"/> class to be thrown when 31 public static NotInRangeException ForValueInRange(