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, params object[] args)

Parameters

actual
The actual value to test
expression
A Constraint to be applied
message
The message that will be displayed on failure
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