Delegate SequentialTestCaseAlgorithm
This delegate represents the signature of algorithms used to generate sequential test cases.
public delegate IList<SequentialTestCase> SequentialTestCaseAlgorithm(TestingContext context, StateGraphNode rootNode)
Parameters
contextTestingContext- This delegate represents the signature of algorithms used to generate sequential test cases.
rootNodeStateGraphNode- This delegate represents the signature of algorithms used to generate sequential test cases.
Returns
- IList<SequentialTestCase>
- This delegate represents the signature of algorithms used to generate sequential test cases.