PexNotReproducibleAttribute Class

Definition

An attribute that specifies that a test might not be reproducible

public ref class PexNotReproducibleAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class PexNotReproducibleAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type PexNotReproducibleAttribute = class
    inherit PexAttributeBase
Public NotInheritable Class PexNotReproducibleAttribute
Inherits PexAttributeBase
Inheritance
PexNotReproducibleAttribute
Attributes

Constructors

PexNotReproducibleAttribute()

Applies to