IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.Builders.CombinatorialStrategy Class Reference

CombinatorialStrategy creates test cases by using all possible combinations of the parameter data. More...

+ Inheritance diagram for NUnit.Framework.Internal.Builders.CombinatorialStrategy:
+ Collaboration diagram for NUnit.Framework.Internal.Builders.CombinatorialStrategy:

Public Member Functions

IEnumerable< ITestCaseDataGetTestCases (IEnumerable[] sources)
 Gets the test cases generated by the CombiningStrategy. More...
 

Detailed Description

CombinatorialStrategy creates test cases by using all possible combinations of the parameter data.

Member Function Documentation

IEnumerable<ITestCaseData> NUnit.Framework.Internal.Builders.CombinatorialStrategy.GetTestCases ( IEnumerable[]  sources)
inline

Gets the test cases generated by the CombiningStrategy.

Returns
The test cases.

Implements NUnit.Framework.Interfaces.ICombiningStrategy.


The documentation for this class was generated from the following file: