<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.RepeatAttribute

Specifies that a test should be run multiple times.
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); } }