Table of Contents

Property DisableDiscoveryEnumeration

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

DisableDiscoveryEnumeration

Gets a flag which indicates whether the test method 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 performed during test execution instead of discovery.

bool DisableDiscoveryEnumeration { get; }

Property Value

bool