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

Syntax

public static void Ignore (string message)

Parameters

message
The message to initialize the NUnit.Framework.AssertionException with.

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