NUnit.Framework.RepeatAttribute public class RepeatAttribute : PropertyAttribute, IRepeatTest, ICommandWrapper Specifies that a test should be run multiple times. Documentation Code namespace NUnit.Framework { public class RepeatAttribute : PropertyAttribute, IRepeatTest, ICommandWrapper { public class RepeatedTestCommand : DelegatingTestCommand { public RepeatedTestCommand(TestCommand innerCommand, int repeatCount); } public RepeatAttribute(int count); public TestCommand Wrap(TestCommand command); } }