PexGeneratedTestsClassAttribute(Type) Constructor

Definition

Initializes the instance with the fixture type

public:
 PexGeneratedTestsClassAttribute(Type ^ fixtureTypeDefinition);
public PexGeneratedTestsClassAttribute (Type fixtureTypeDefinition);
new Microsoft.Pex.Framework.Generated.PexGeneratedTestsClassAttribute : Type -> Microsoft.Pex.Framework.Generated.PexGeneratedTestsClassAttribute
Public Sub New (fixtureTypeDefinition As Type)

Parameters

fixtureTypeDefinition
Type

Applies to