NUnit.Framework.Assert.Pass Method
Throws a NUnit.Framework.SuccessException with the message and arguments that are passed in. This allows a test to be cut short, with a result of success returned to NUnit.

Syntax

public static void Pass (string message, params object[] args)

Parameters

message
The message to initialize the NUnit.Framework.AssertionException with.
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