NUnit.Framework.Internal.Commands.CommandStage Enumeration
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.

Syntax

public enum CommandStage

Remarks

No CommandStage is defined for actual invocation of the test or for creation of the context. Execution may be imagined as proceeding from the bottom of the list upwards, with cleanup after the test running in the opposite order.

Members

Member NameDescription
AboveSetUpTearDownDocumentation for this section has not yet been entered.
BelowSetUpTearDownDocumentation for this section has not yet been entered.
Default Use an application-defined default value.
SetUpTearDown Run SetUp and TearDown for the test.

Requirements

Namespace: NUnit.Framework.Internal.Commands
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 1.0.0.0