RepeatAttribute public class RepeatAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper RepeatAttribute may be applied to test case in order to run it multiple times. Documentation Code public RepeatAttribute(int count) Construct a RepeatAttribute public TestCommand Wrap(TestCommand command) Wrap a command and return the result.