Method ForNonFalseValue
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.assert.dll
ForNonFalseValue(string?, bool?)
Creates a new instance of the FalseException class to be thrown when
a non-false value was provided.
public static FalseException ForNonFalseValue(string? message, bool? value)
Parameters
messagestringThe message to be displayed, or
nullfor the default messagevaluebool?The actual value