CategoryAttribute.

ApplyToTest(ITest) Method

Summary

Modifies a test by adding a category to it.
Namespace
TCLite
Containing Type
CategoryAttribute

Syntax

public void ApplyToTest(ITest test)

Parameters

Name Type Description
test ITest The test to modify

Return Value

Type Description
void