Property DisableDiscoveryEnumeration
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
DisableDiscoveryEnumeration
Returns true
if the data attribute wants to skip enumerating data during discovery.
This will cause the theory to yield a single test case for all data, and the data discovery
will be during test execution instead of discovery.
public bool DisableDiscoveryEnumeration { get; set; }