IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
CombinatorialStrategy creates test cases by using all possible combinations of the parameter data. More...
Public Member Functions | |
IEnumerable< ITestCaseData > | GetTestCases (IEnumerable[] sources) |
Gets the test cases generated by the CombiningStrategy. More... | |
CombinatorialStrategy creates test cases by using all possible combinations of the parameter data.
|
inline |
Gets the test cases generated by the CombiningStrategy.
Implements NUnit.Framework.Interfaces.ICombiningStrategy.