NUnit.Framework.Constraints.MessageWriter.WriteMessageLine Method
Method to write single line message with optional args, usually written to precede the general failure message, at a givel indentation level.

Syntax

public abstract void WriteMessageLine (int level, string message, params object[] args)

Parameters

level
The indentation level of the message
message
The message to be written
args
Any arguments used in formatting the message

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework.Constraints
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0