1 instantiation of FalseException
xunit.assert (1)
Sdk\Exceptions\FalseException.cs (1)
40 new FalseException(
14 references to FalseException
Microsoft.DotNet.XUnitAssert.Tests (7)
Asserts\BooleanAssertsTests.cs (2)
19 Assert.IsType<FalseException>(ex); 33 Assert.IsType<FalseException>(ex);
Asserts\MultipleAssertsTests.cs (5)
51 Assert.IsType<FalseException>(ex); 72 innerEx => Assert.IsType<FalseException>(innerEx) 115 Assert.IsType<FalseException>(ex); 133 static innerEx => Assert.IsType<FalseException>(innerEx), 134 static innerEx => Assert.IsType<FalseException>(innerEx)
xunit.assert (7)
BooleanAsserts.cs (5)
24 /// <exception cref="FalseException">Thrown if the condition is not false</exception> 36 /// <exception cref="FalseException">Thrown if the condition is not false</exception> 49 /// <exception cref="FalseException">Thrown if the condition is not false</exception> 65 /// <exception cref="FalseException">Thrown if the condition is not false</exception> 76 throw FalseException.ForNonFalseValue(userMessage, condition);
Sdk\Exceptions\FalseException.cs (2)
28 /// Creates a new instance of the <see cref="FalseException"/> class to be thrown when 33 public static FalseException ForNonFalseValue(