Summary
Gets the test cases generated by the CombiningStrategy.
- Namespace
- TCLite
.Interfaces - Containing Type
- ICombiningStrategy
Syntax
IEnumerable<ITestCaseData> GetTestCases(IEnumerable[] sources)
Parameters
Name | Type | Description |
---|---|---|
sources | IEnumerable[] |
Return Value
Type | Description |
---|---|
IEnumerable |
The test cases. |