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++ |
Parameters
- fixtureType
- Type
type to apply the fixture to
- description
- String
description of the fixture
Remarks
Initializes the attribute with fixtureType.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | fixtureType is a null reference |
See Also
MbUnit.Framework Namespace