CombiningStrategyAttribute
public abstract class CombiningStrategyAttribute : TestCaseBuilderAttribute, ITestBuilder, IApplyToTest
Marks a test to use a particular CombiningStrategy to join
any parameter data provided. Since this is the default, the
attribute is optional.
Construct a CombiningStrategyAttribute incorporating an object
that implements ICombiningStrategy.
Construct a CombiningStrategyAttribute incorporating an object
that implements ICombiningStrategy. This constructor is provided
for CLS compliance.
Modify the test by adding the name of the combining strategy
to the properties.
Construct one or more TestMethods from a given MethodInfo,
using available parameter data.