Table of Contents

Method GetParallelAlgorithmOrDefault

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

GetParallelAlgorithmOrDefault(ITestFrameworkExecutionOptions)

Gets the parallel algorithm to be used. If the flag is not present, return the default value (Conservative).

public static ParallelAlgorithm GetParallelAlgorithmOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns