Property Seed
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Seed
Gets the seed value used for randomization. If null
, then the test framework
does not support getting or setting a randomization seed. (For stock versions of xUnit.net,
support for settable randomization seeds started with v3.)
int? Seed { get; }
Property Value
- int?