Assert.IsFalse Method
Verifies that a specified condition is false.
| Name | Description |
|---|---|
| Assert.IsFalse (Boolean) | Verifies that the specified condition is false. The assertion fails if the condition is true. |
| Assert.IsFalse (Boolean, String) | Verifies that the specified condition is false. The assertion fails if the condition is true. Displays a message if the assertion fails. |
| Assert.IsFalse (Boolean, String, Object[]) | Verifies that the specified condition is false. The assertion fails if the condition is true. Displays a message if the assertion fails, and applies the specified formatting to it. |