PexGeneratedTestsClassAttribute(Type) Constructor
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.
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