Class FalseException
Exception thrown when a value is unexpectedly true.
Inherited Members
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class FalseException : AssertActualExpectedException
Constructors
| Improve this Doc View SourceFalseException(String, Nullable<Boolean>)
Creates a new instance of the FalseException class.
Declaration
public FalseException(string userMessage, bool? value)
Parameters
Type | Name | Description |
---|---|---|
String | userMessage | The user message to be display, or null for the default message |
Nullable<Boolean> | value | The actual value |