Table of Contents

Method GetPreEnumerateTheories

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

GetPreEnumerateTheories(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.

public static bool? GetPreEnumerateTheories(this ITestFrameworkDiscoveryOptions discoveryOptions)

Parameters

discoveryOptions

Returns

bool?