DescriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テスト ケースまたはフィクスチャに関する説明テキストを提供するために使用される属性。
[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) |
description 属性を作成する |
プロパティ
| Properties |
この属性のプロパティ ディクショナリを取得します (継承元 PropertyAttribute) |
メソッド
| ApplyToTest(Test) |
テスト ケースまたはフィクスチャに関する説明テキストを提供するために使用される属性。 (継承元 PropertyAttribute) |