NUnit.Framework.Assert.False Method
Asserts that a condition is false. If the condition is true the method throws an NUnit.Framework.AssertionException.

Syntax

public static void False (bool condition, string message, params object[] args)

Parameters

condition
The evaluated condition
message
The message to display if the condition is true
args
Arguments to be used in formatting the message

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0