PexDescriptionAttribute Class

Definition

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
PexDescriptionAttribute
Attributes

Constructors

PexDescriptionAttribute(String)

Initializes a new instance of PexDescriptionAttribute.

Properties

Message

Gets the message

Methods

ToString()

Gets the message.

Applies to