Summary
Gets or sets the random seed used to generate test cases.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public int? Seed { get; set; }
Value
Type | Description |
---|---|
int? | The random seed. |
public int? Seed { get; set; }
Type | Description |
---|---|
int? | The random seed. |