AssemblyFixtureProviderAttribute(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 a new instance of the AssemblyFixtureProviderAttribute class.
public AssemblyFixtureProviderAttribute(Type fixtureType);
new Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyFixtureProviderAttribute : Type -> Microsoft.VisualStudio.TestTools.UnitTesting.AssemblyFixtureProviderAttribute
Public Sub New (fixtureType As Type)
Parameters
- fixtureType
- Type
The type whose AssemblyInitializeAttribute and AssemblyCleanupAttribute methods should be exposed to assemblies referencing the assembly carrying this attribute.