IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The test command for the RetryAttribute More...
Public Member Functions | |
RetryCommand (TestCommand innerCommand, int retryCount) | |
Initializes a new instance of the RetryCommand 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 | |
int | _retryCount |
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... | |
The test command for the RetryAttribute
|
inline |
Initializes a new instance of the RetryCommand class.
innerCommand | The inner command. |
retryCount | The number of repetitions |
|
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.Internal.TestExecutionContext.CurrentResult, NUnit.Framework.Interfaces.ResultState.Failure, and NUnit.Framework.Internal.TestResult.ResultState.
|
private |