NUnit.Framework.Assert.Ignore Method
Throws an NUnit.Framework.IgnoreException with the message and arguments that are passed in. This causes the test to be reported as ignored.

Syntax

public static void Ignore (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