PexGeneratedTestsClassAttribute Class

Definition

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
PexGeneratedTestsClassAttribute
Attributes

Constructors

PexGeneratedTestsClassAttribute(Type)

Initializes the instance with the fixture type

Properties

FixtureType

Gets the fixture type that generates the tests

Applies to