Table of Contents

Method PreEnumerateTheoriesOrDefault

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

PreEnumerateTheoriesOrDefault(ITestFrameworkDiscoveryOptions)

Gets a flag that determines whether theories are pre-enumerated. If enabled, then the discovery system will return a test case for each row of test data; if disabled, then the discovery system will return a single test case for the theory. If the flag is not present, returns the default value (false).

public static bool PreEnumerateTheoriesOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool