Class ConcurrentTestCaseAlgorithms
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
maxConcurrencyLevelintThe 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.