Share via


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

Name Description
PexDescriptionAttribute(String)

Initializes a new instance of PexDescriptionAttribute.

Properties

Name Description
Message

Gets the message

Methods

Name Description
ToString()

Gets the message.

Applies to