NUnit.Framework.Assert.That Method
Apply a constraint to an actual value, succeeding if the constraint is satisfied and throwing an assertion exception on failure.

Syntax

public static void That (object actual, NUnit.Framework.Constraints.IResolveConstraint expression, string message)

Parameters

actual
The actual value to test
expression
A Constraint to be applied
message
The message that will be displayed on failure

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