IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Namespaces | |
package | NUnit.Framework.Internal.Commands |
Enumerations | |
enum | NUnit.Framework.Internal.Commands.CommandStage { NUnit.Framework.Internal.Commands.CommandStage.Default, NUnit.Framework.Internal.Commands.CommandStage.BelowSetUpTearDown, NUnit.Framework.Internal.Commands.CommandStage.SetUpTearDown, NUnit.Framework.Internal.Commands.CommandStage.AboveSetUpTearDown } |
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. More... | |