Table of Contents

Class ConcurrentTestCaseAlgorithms

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll
public class ConcurrentTestCaseAlgorithms
Inheritance
ConcurrentTestCaseAlgorithms
Inherited Members

Methods

CreateDefaultConcurrentTestCaseGenerator(int)

Creates the algorithm to generate concurrent test cases.

public static ConcurrentTestCaseAlgorithm CreateDefaultConcurrentTestCaseGenerator(int maxConcurrencyLevel = 3)

Parameters

maxConcurrencyLevel int

The maximum number of concurrent operations that should be invoked together in a test. This property can be set to -1 if no bound is required on the max number of concurrent calls in a test.

Returns

ConcurrentTestCaseAlgorithm