Summary
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.
- Namespace
- TCLite
.Interfaces
graph BT
Type["ICombiningStrategy"]
class Type type-node
Syntax
public interface ICombiningStrategy
Methods
Name | Value | Summary |
---|---|---|
GetTestCases |
IEnumerable |
Gets the test cases generated by the CombiningStrategy.
|