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.Interfaces.ICombiningStrategy Interface Reference

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...

+ Inheritance diagram for NUnit.Framework.Interfaces.ICombiningStrategy:

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

IEnumerable<ITestCaseData> NUnit.Framework.Interfaces.ICombiningStrategy.GetTestCases ( IEnumerable[]  sources)

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