共用方式為


DescriptionAttribute 類別

定義

屬性,用來提供測試案例或裝置的相關描述性文字。

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class DescriptionAttribute : NUnit.Framework.PropertyAttribute
type DescriptionAttribute = class
    inherit PropertyAttribute
繼承
屬性

建構函式

DescriptionAttribute(String)

建構描述屬性

屬性

Properties

取得此屬性的屬性字典

(繼承來源 PropertyAttribute)

方法

ApplyToTest(Test)

屬性,用來提供測試案例或裝置的相關描述性文字。

(繼承來源 PropertyAttribute)

適用於