IgnoreAttribute.

ApplyToTest(ITest) Method

Summary

Modifies a test by marking it as Ignored.
Namespace
TCLite
Containing Type
IgnoreAttribute

Syntax

public void ApplyToTest(ITest test)

Parameters

Name Type Description
test ITest The test to modify

Return Value

Type Description
void