Table of Contents

Method GetPreEnumerateTheoriesOrDefault

Namespace
Xunit.Sdk
Assembly
xunit.v3.runner.common.dll

GetPreEnumerateTheoriesOrDefault(ITestFrameworkDiscoveryOptions)

Gets a flag that determines whether theories are pre-enumerated. If they enabled, then the discovery system will return a test case for each row of test data; they are 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 GetPreEnumerateTheoriesOrDefault(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool