Class RepeatedTestCommand
TODO: Documentation needed for class
public class RepeatedTestCommand : DelegatingTestCommand
- Inheritance
-
RepeatedTestCommand
- Inherited Members
Constructors
RepeatedTestCommand(TestCommand, int)
Initializes a new instance of the RepeatedTestCommand class.
public RepeatedTestCommand(TestCommand innerCommand, int repeatCount)
Parameters
innerCommand
TestCommandThe inner command.
repeatCount
intThe number of repetitions
Methods
Execute(TestExecutionContext)
Runs the test, saving a TestResult in the supplied TestExecutionContext.
public override TestResult Execute(TestExecutionContext context)
Parameters
context
TestExecutionContextThe context in which the test should run.
Returns
- TestResult
A TestResult