IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
SequentialStrategy creates test cases by using all of the parameter data sources in parallel, substituting null
when any of them run out of data.
More...
Public Member Functions | |
IEnumerable< ITestCaseData > | GetTestCases (IEnumerable[] sources) |
Gets the test cases generated by the CombiningStrategy. More... | |
SequentialStrategy creates test cases by using all of the parameter data sources in parallel, substituting null
when any of them run out of data.
|
inline |
Gets the test cases generated by the CombiningStrategy.
Implements NUnit.Framework.Interfaces.ICombiningStrategy.