Creates a fixture for the fixtureType type.

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public CompositeFixtureAttribute(
	Type fixtureType
)
Public Sub New ( _
	fixtureType As Type _
)
public:
CompositeFixtureAttribute(
	Type^ fixtureType
)

Parameters

fixtureType
Type
type to apply the fixture to

Remarks

Initializes the attribute with fixtureType.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionfixtureType is a null reference

See Also