Creates a fixture for the fixtureType type and a description

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

Syntax

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

Parameters

fixtureType
Type
type to apply the fixture to
description
String
description of the fixture

Remarks

Initializes the attribute with fixtureType.

Exceptions

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

See Also