Summary
The IApplyToTest interface is implemented by self-applying
attributes that modify the state of a test in some way.
graph BT
Type["IApplyToTest"]
class Type type-node
Implementing0["PropertyAttribute"]-.->Type
click Implementing0 "/tc-lite/api/TCLite/PropertyAttribute"
Implementing1["CombiningStrategyAttribute"]-.->Type
click Implementing1 "/tc-lite/api/TCLite/CombiningStrategyAttribute"
Implementing2["TestFixtureAttribute"]-.->Type
click Implementing2 "/tc-lite/api/TCLite/TestFixtureAttribute"
Implementing3["CategoryAttribute"]-.->Type
click Implementing3 "/tc-lite/api/TCLite/CategoryAttribute"
Implementing4["IncludeAttribute"]-.->Type
click Implementing4 "/tc-lite/api/TCLite/IncludeAttribute"
Implementing5["CombinatorialAttribute"]-.->Type
click Implementing5 "/tc-lite/api/TCLite/CombinatorialAttribute"
Implementing6["IgnoreAttribute"]-.->Type
click Implementing6 "/tc-lite/api/TCLite/IgnoreAttribute"
Implementing7["DescriptionAttribute"]-.->Type
click Implementing7 "/tc-lite/api/TCLite/DescriptionAttribute"
Syntax
public interface IApplyToTest
Methods
Name | Value | Summary |
---|---|---|
ApplyToTest |
void |
Modifies a test as defined for the specific attribute.
|