7 references to NotInRange
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.DotNet.XUnitAssert.Tests (6)
Asserts\RangeAssertsTests.cs (6)
111 Assert.NotInRange(1.50, .75, 1.25);
117 var ex = Record.Exception(() => Assert.NotInRange(1.0, .75, 1.25));
131 Assert.NotInRange(1, 2, 3);
137 var ex = Record.Exception(() => Assert.NotInRange(2, 1, 3));
151 Assert.NotInRange("adam", "bob", "scott");
157 var ex = Record.Exception(() => Assert.NotInRange("bob", "adam", "scott"));