IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TestActionCommand runs the BeforeTest actions for a test, then runs the test and finally runs the AfterTestActions. More...
Public Member Functions | |
TestActionCommand (TestCommand innerCommand) | |
Initializes a new instance of the TestActionCommand class. More... | |
override TestResult | Execute (TestExecutionContext context) |
Runs the test, saving a TestResult in the supplied TestExecutionContext. More... | |
![]() | |
TestCommand (Test test) | |
Construct a TestCommand for a test. More... | |
Private Attributes | |
IList< TestActionItem > | _actions = new List<TestActionItem>() |
Additional Inherited Members | |
![]() | |
DelegatingTestCommand (TestCommand innerCommand) | |
TODO: Documentation needed for constructor More... | |
![]() | |
TestCommand | innerCommand |
TODO: Documentation needed for field More... | |
![]() | |
Test | Test [get, private set] |
Gets the test associated with this command. More... | |
TestActionCommand runs the BeforeTest actions for a test, then runs the test and finally runs the AfterTestActions.
|
inline |
Initializes a new instance of the TestActionCommand class.
innerCommand | The inner command. |
References NUnit.Framework.Internal.Commands.TestCommand.Test.
|
inlinevirtual |
Runs the test, saving a TestResult in the supplied TestExecutionContext.
context | The context in which the test should run. |
Implements NUnit.Framework.Internal.Commands.TestCommand.
References NUnit.Framework.ITestAction.Targets, and NUnit.Framework.Internal.TestExecutionContext.TestObject.
|
private |