public IsFalse ( bool condition, string message = null ) : void | ||
condition | bool | Any Boolean value or expression. |
message | string | An optional message to display if the assertion fails. |
return | void |
false
. The assertion fails if the condition is true
. public IsFalse ( bool condition, string message = null ) : void | ||
condition | bool | Any Boolean value or expression. |
message | string | An optional message to display if the assertion fails. |
return | void |