PexGeneratedByAttribute Constructors
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.
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.