PexDescriptionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The description of a generated test
public ref class PexDescriptionAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class PexDescriptionAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type PexDescriptionAttribute = class
inherit PexAttributeBase
Public NotInheritable Class PexDescriptionAttribute
Inherits PexAttributeBase
- Inheritance
- Attributes
Constructors
PexDescriptionAttribute(String) |
Initializes a new instance of PexDescriptionAttribute. |
Properties
Message |
Gets the message |
Methods
ToString() |
Gets the message. |