Skip to content

Commit 2006eb9

Browse files
committed
repeat default fixed
1 parent 2186269 commit 2006eb9

File tree

1 file changed

+2
-2
lines changed
  • docs/articles/nunit/writing-tests/attributes

1 file changed

+2
-2
lines changed

docs/articles/nunit/writing-tests/attributes/repeat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
**RepeatAttribute** is used on a test method to specify that it should be
44
executed multiple times.
55

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.
77

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)
99

1010
## Examples
1111

0 commit comments

Comments
 (0)