Table of Contents

Property Seed

Namespace
Xunit.v3
Assembly
xunit.v3.core.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.)

public required int? Seed { get; set; }

Property Value

int?