DescriptionAttribute Class

Summary

Provides the descriptive text relating to the assembly, test fixture or test method.
Namespace
TCLite
Interfaces
Base Types
graph BT Type-->Base0["PropertyAttribute"] click Base0 "/tc-lite/api/TCLite/PropertyAttribute" Base0-->Base1["TCLiteAttribute"] click Base1 "/tc-lite/api/TCLite/TCLiteAttribute" Base1-->Base2["Attribute"] Base2-->Base3["object"] Type-.->Interface0["IApplyToTest"] click Interface0 "/tc-lite/api/TCLite.Interfaces/IApplyToTest" Type["DescriptionAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public sealed class DescriptionAttribute : PropertyAttribute, IApplyToTest

Attributes

Type Description
AttributeUsageAttribute

Constructors

Name Summary
DescriptionAttribute(string) Construct a description Attribute

Properties

Name Value Summary
Property Property
Inherited from PropertyAttribute

Methods

Name Value Summary
ApplyToTest(ITest) void