Assert.

Ignore(string, object[]) Method

Summary

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

Syntax

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

Parameters

Name Type Description
message string A message indicating why the test is being ignored
args object[] Arguments used to format the message

Return Value

Type Description
void