NUnit.Framework.Assert.Inconclusive Method
Throws an NUnit.Framework.InconclusiveException with the message and arguments that are passed in. This causes the test to be reported as inconclusive.

Syntax

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

Parameters

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