Property ignoreFailingMessages
ignoreFailingMessages
Set this property to true
to prevent unexpected error log messages from triggering an assertion. By default, it is false
.
Declaration
public static bool ignoreFailingMessages { get; set; }
Property Value
Type | Description |
---|---|
bool | The value of the ignoreFailingMessages boolean property. |