IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
CombiningStrategy is the abstract base for classes that know how to combine values provided for individual test parameters to create a set of test cases. More...
Public Member Functions | |
IEnumerable< ITestCaseData > | GetTestCases (IEnumerable[] sources) |
Gets the test cases generated by the CombiningStrategy. More... | |
CombiningStrategy is the abstract base for classes that know how to combine values provided for individual test parameters to create a set of test cases.
IEnumerable<ITestCaseData> NUnit.Framework.Interfaces.ICombiningStrategy.GetTestCases | ( | IEnumerable[] | sources | ) |
Gets the test cases generated by the CombiningStrategy.
Implemented in NUnit.Framework.Internal.Builders.PairwiseStrategy, NUnit.Framework.Internal.Builders.SequentialStrategy, and NUnit.Framework.Internal.Builders.CombinatorialStrategy.
Referenced by NUnit.Framework.CombiningStrategyAttribute.BuildFrom(), and NUnit.Framework.Attributes.PairwiseTest.Test().