1 instantiation of InRangeException
xunit.assert (1)
Sdk\Exceptions\InRangeException.cs (1)
38 new InRangeException(
10 references to InRangeException
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\RangeAssertsTests.cs (5)
13 Assert.IsType<InRangeException>(ex); 33 Assert.IsType<InRangeException>(ex); 47 Assert.IsType<InRangeException>(ex); 67 Assert.IsType<InRangeException>(ex); 96 Assert.IsType<InRangeException>(ex);
xunit.assert (5)
RangeAsserts.cs (3)
25 /// <exception cref="InRangeException">Thrown when the value is not in the given range</exception> 41 /// <exception cref="InRangeException">Thrown when the value is not in the given range</exception> 54 throw InRangeException.ForValueNotInRange(actual, low, high);
Sdk\Exceptions\InRangeException.cs (2)
28 /// Creates a new instance of the <see cref="InRangeException"/> class to be thrown when 34 public static InRangeException ForValueNotInRange(