PexGeneratedTestsClassAttribute 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 type that contains generated tests for a particular fixture type
public ref class PexGeneratedTestsClassAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class PexGeneratedTestsClassAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PexGeneratedTestsClassAttribute = class
inherit PexAttributeBase
Public NotInheritable Class PexGeneratedTestsClassAttribute
Inherits PexAttributeBase
- Inheritance
- Attributes
Constructors
| PexGeneratedTestsClassAttribute(Type) |
Initializes the instance with the fixture type |
Properties
| FixtureType |
Gets the fixture type that generates the tests |