Table of Contents

Delegate ConcurrentTestCaseAlgorithm

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This delegate represents the signature of algorithms used to generate concurrent test cases.

public delegate IList<ConcurrentTestCase> ConcurrentTestCaseAlgorithm(TestingContext context, StateGraphNode rootNode)

Parameters

context TestingContext
This delegate represents the signature of algorithms used to generate concurrent test cases.
rootNode StateGraphNode
This delegate represents the signature of algorithms used to generate concurrent test cases.

Returns

IList<ConcurrentTestCase>
This delegate represents the signature of algorithms used to generate concurrent test cases.