Repeat
Gets or sets the number of times the test must be repeated. This can be used to reproduce random issues.
The default value is 1
. To change this option in a test, add this comment to your test file: // @Repeat(int)
.
Declaration
public int? Repeat { get; set; }
Property Value
Type | Description |
---|---|
int? |