Assert.

Warn(string, object[]) Method

Summary

Records a warning message and continues running the test. If the test eventually completes without failing, it will be reported with a Warning result.
Namespace
TCLite
Containing Type
Assert

Syntax

public static void Warn(string message = null, params object[] args)

Parameters

Name Type Description
message string The warning message
args object[] Arguments used to format the message

Return Value

Type Description
void