Delegate ConcurrentTestCaseAlgorithm
This delegate represents the signature of algorithms used to generate concurrent test cases.
public delegate IList<ConcurrentTestCase> ConcurrentTestCaseAlgorithm(TestingContext context, StateGraphNode rootNode)
Parameters
contextTestingContext- This delegate represents the signature of algorithms used to generate concurrent test cases.
rootNodeStateGraphNode- 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.