Sdílet prostřednictvím


PexGeneratedByAttribute Constructors

Definition

Overloads

PexGeneratedByAttribute()

Initializes a new instance of the PexGeneratedByAttribute class and assumes that it is defined in the fixture type.

PexGeneratedByAttribute(Type)

Initializes a new instance of the PexGeneratedByAttribute class.

PexGeneratedByAttribute()

Initializes a new instance of the PexGeneratedByAttribute class and assumes that it is defined in the fixture type.

public:
 PexGeneratedByAttribute();
public PexGeneratedByAttribute ();
Public Sub New ()

Applies to

PexGeneratedByAttribute(Type)

Initializes a new instance of the PexGeneratedByAttribute class.

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

Parameters

fixtureType
Type

Type of the fixture.

Applies to