Creates a fixture for the testedType type.

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

Syntax

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

Parameters

testedType
Type
type to apply the fixture to

Remarks

Initializes the attribute with testedType.

Exceptions

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

See Also