Table of Contents

Delegate SequentialTestCaseAlgorithm

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

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

public delegate IList<SequentialTestCase> SequentialTestCaseAlgorithm(TestingContext context, StateGraphNode rootNode)

Parameters

context TestingContext
This delegate represents the signature of algorithms used to generate sequential test cases.
rootNode StateGraphNode
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.