RandomSeed
Gets or sets the seed for the random number generator. The default value is random when Repeat is 1
, or 0
otherwise. To change this option in a test, add this comment to your test file: // @RandomSeed(int)
.
Declaration
public int? RandomSeed { get; set; }
Property Value
Type | Description |
---|---|
int? |