Property PreEnumerateTheories
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
PreEnumerateTheories
Indicates whether theories should be pre-enumerated (that is, enumerated during
discovery rather than during execution). If unset (or set to null),
will use the value from the configuration file (and if that isn't set,
will use the default value of false).
public bool? PreEnumerateTheories { get; set; }
Property Value
- bool?