Assert.

Pass(string, object[]) Method

Summary

Throws a TCLite.SuccessException with the message and arguments provided, ending the running test immediately and reporting it as successful.
Namespace
TCLite
Containing Type
Assert

Syntax

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

Parameters

Name Type Description
message string The message to initialize the AssertionException with.
args object[] Arguments to be used in formatting the message

Return Value

Type Description
void