Creates a fixture for the testedType type
and a description
Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- testedType
- Type
type to apply the fixture to
- description
- String
description of the fixture
Remarks
Initializes the attribute with testedType.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | testedType is a null reference |
See Also
TypeFixtureAttribute Class
MbUnit.Framework Namespace