PexIgnoreAttribute 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.
Marks a fixture or exploration to be ignored from the execution
public ref class PexIgnoreAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
[System.Serializable]
public sealed class PexIgnoreAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
[<System.Serializable>]
type PexIgnoreAttribute = class
inherit PexAttributeBase
Public NotInheritable Class PexIgnoreAttribute
Inherits PexAttributeBase
- Inheritance
- Attributes
Constructors
PexIgnoreAttribute(String) |
Initializes a new instance of the PexIgnoreAttribute class. |
Properties
Message |
Gets the message. |
WorkItemId |
Gets or sets the work item id. |
Methods
ToString() |