NUnit.Framework.Internal.Commands Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
CommandDecoratorList CommandDecoratorList maintains a list of ICommandDecorators and is able to sort them by level so that they are applied in the proper order.
CommandStage The CommandStage enumeration represents the defined stages of execution for a series of TestCommands. The int values of the enum are used to apply decorators in the proper order. Lower values are applied first and are therefore "closer" to the actual test execution.
DelegatingTestCommand TODO: Documentation needed for class
ExpectedExceptionCommand TODO: Documentation needed for class
ICommandDecorator ICommandDecorator is implemented by attributes and other objects able to decorate a TestCommand, usually by wrapping it with an outer command.
MaxTimeCommand TODO: Documentation needed for class
OneTimeSetUpCommandDocumentation for this section has not yet been entered.
OneTimeTearDownCommandDocumentation for this section has not yet been entered.
SetUpTearDownCommand TODO: Documentation needed for class
SetUpTearDownDecoratorDocumentation for this section has not yet been entered.
SkipCommand TODO: Documentation needed for class
TestCommand TestCommand is the base class for all test commands in the framework.
TestMethodCommand TODO: Documentation needed for class
TheoryResultCommandDocumentation for this section has not yet been entered.