Table of Contents

Method SetPreEnumerateTheories

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

SetPreEnumerateTheories(ITestFrameworkDiscoveryOptions, bool?)

Sets 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 void SetPreEnumerateTheories(this ITestFrameworkDiscoveryOptions discoveryOptions, bool? value)

Parameters

discoveryOptions
value bool?