Table of Contents

Method ParallelAlgorithmOrDefault

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

ParallelAlgorithmOrDefault(ITestFrameworkExecutionOptions)

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

public static ParallelAlgorithm ParallelAlgorithmOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns