RepeatAttribute public class RepeatAttribute : PropertyAttribute, IRepeatTest, ICommandWrapper Specifies that a test should be run multiple times. Documentation Code public class RepeatedTestCommand : DelegatingTestCommand The test command for the RepeatAttribute public RepeatAttribute(int count) Construct a RepeatAttribute public TestCommand Wrap(TestCommand command) Wrap a command and return the result.