Types
| All Types | Classes |
| Name | Description | |
|---|---|---|
| DecoratorPatternAttribute |
This is the base class for attributes that can decorate tests.
| |
| FixtureDecoratorPatternAttribute |
This is the base class for attributes that can decorate fixtures.
| |
| NonTestPatternAttribute |
Base class for attributes that tag method that are usualy used to
set up, provide data, tear down tests, etc...
| |
| PatternAttribute |
Base class for all attributes that are part of the MbUnit framework.
| |
| TestFixturePatternAttribute |
Base class for attributes that define test fixtures.
| |
| TestPatternAttribute |
Base class for attributes that define unit test.
|