PexNotReproducibleAttribute 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.
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
- Attributes
Constructors
PexNotReproducibleAttribute() |