NUnit.Framework.RepeatAttribute
Specifies that a test should be run multiple times.
The test command for the RepeatAttribute
The minimum percentage of runs that must pass for the test to succeed.
Valid range is 1–100. Default is 100 (all runs must pass).
When set below 100, StopOnFailure is ignored and all runs always execute.
Whether to stop when a test is not successful or not
When true and RequiredPassPercentage is below 100,
stops iterating as soon as the final outcome is determined — either because the
pass threshold is already guaranteed, or because it is no longer achievable.
Has no effect when RequiredPassPercentage is 100.
Construct a RepeatAttribute
Construct a RepeatAttribute
Wrap a command and return the result.