Summary
The abstract base class for all custom attributes defined by TCLite.
- Namespace
- TCLite
- Base Types
-
- object
- Attribute
- Derived Types
graph BT
Type-->Base0["Attribute"]
Base0-->Base1["object"]
Type["TCLiteAttribute"]
class Type type-node
Derived0["PropertyAttribute"]-->Type
click Derived0 "/tc-lite/api/TCLite/PropertyAttribute"
Derived1["TestCaseDataAttribute"]-->Type
click Derived1 "/tc-lite/api/TCLite/TestCaseDataAttribute"
Derived2["CombiningStrategyAttribute"]-->Type
click Derived2 "/tc-lite/api/TCLite/CombiningStrategyAttribute"
Derived3["TestFixtureAttribute"]-->Type
click Derived3 "/tc-lite/api/TCLite/TestFixtureAttribute"
Derived4["TestCaseFactoryAttribute"]-->Type
click Derived4 "/tc-lite/api/TCLite/TestCaseFactoryAttribute"
Derived5["CategoryAttribute"]-->Type
click Derived5 "/tc-lite/api/TCLite/CategoryAttribute"
Derived6["IncludeAttribute"]-->Type
click Derived6 "/tc-lite/api/TCLite/IncludeAttribute"
Derived7["DefaultToleranceAttribute"]-->Type
click Derived7 "/tc-lite/api/TCLite/DefaultToleranceAttribute"
Derived8["DataParamAttribute"]-->Type
click Derived8 "/tc-lite/api/TCLite/DataParamAttribute"
Derived9["IgnoreAttribute"]-->Type
click Derived9 "/tc-lite/api/TCLite/IgnoreAttribute"
Syntax
public abstract class TCLiteAttribute : Attribute
Constructors
Name | Summary |
---|---|
TCLiteAttribute |
Default constructor |