1 instantiation of FalseException
xunit.assert (1)
BooleanAsserts.cs (1)
80
throw new
FalseException
(userMessage, condition);
9 references to FalseException
Microsoft.DotNet.XUnitAssert.Tests (4)
BooleanAssertsTests.cs (2)
20
Assert.IsType<
FalseException
>(ex);
34
Assert.IsType<
FalseException
>(ex);
MultipleAssertsTests.cs (2)
61
Assert.IsType<
FalseException
>(ex);
78
innerEx => Assert.IsType<
FalseException
>(innerEx)
xunit.assert (5)
BooleanAsserts.cs (4)
24
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
38
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
53
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
69
/// <exception cref="
FalseException
">Thrown if the condition is not false</exception>
Sdk\Exceptions\FalseException.cs (1)
18
/// Creates a new instance of the <see cref="
FalseException
"/> class.