1 instantiation of FalseException
xunit.assert (1)
Sdk\Exceptions\FalseException.cs (1)
42
new
FalseException
(
11 references to FalseException
Microsoft.DotNet.XUnitAssert.Tests (4)
BooleanAssertsTests.cs (2)
20
Assert.IsType<
FalseException
>(ex);
34
Assert.IsType<
FalseException
>(ex);
MultipleAssertsTests.cs (2)
51
Assert.IsType<
FalseException
>(ex);
72
innerEx => Assert.IsType<
FalseException
>(innerEx)
xunit.assert (7)
BooleanAsserts.cs (5)
30
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
42
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
55
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
71
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
82
throw
FalseException
.ForNonFalseValue(userMessage, condition);
Sdk\Exceptions\FalseException.cs (2)
30
/// Creates a new instance of the <see cref="
FalseException
"/> class to be thrown when
35
public static
FalseException
ForNonFalseValue(