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