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.SequentialStrategy Class Reference

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

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

Public Member Functions

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

Detailed Description

SequentialStrategy creates test cases by using all of the parameter data sources in parallel, substituting null when any of them run out of data.

Member Function Documentation

IEnumerable<ITestCaseData> NUnit.Framework.Internal.Builders.SequentialStrategy.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: