AssemblyFixtureProviderAttribute(Type) Constructor

Definition

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.

Applies to