You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/nunit/writing-tests/attributes/repeat.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
**RepeatAttribute** is used on a test method to specify that it should be
4
4
executed multiple times.
5
5
6
-
The default behavior is that it repeats until a failure, or all repeats have been done.
6
+
By default, the test is repeated until a failure occurs. If no failures occur, it runs for the specified number of repetitions.
7
7
8
-
You can change this behavior so that it continues to run by setting the property `StopOnFailure` to `false`. (From version 4.3.0)
8
+
You can change this behavior in case of a failure, so that it continues to run after the failure by setting the property `StopOnFailure` to `false`. (From version 4.3.0)
0 commit comments