TestCaseData.

Ignore(string) Method

Summary

Ignores this TestCase, specifying the reason.
Namespace
TCLite
Containing Type
TestCaseData

Syntax

public TestCaseData Ignore(string reason)

Parameters

Name Type Description
reason string The reason.

Return Value

Type Description
TestCaseData