<PackageReference Include="NUnit" Version="3.2.0" />

CombiningStrategyAttribute

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 ICombiningStrategy and an IParamterDataProvider.

protected CombiningStrategyAttribute(object strategy, object provider)

Construct a CombiningStrategyAttribute incorporating an object that implements ICombiningStrategy and an IParameterDataProvider. This constructor is provided for CLS compliance.

public void ApplyToTest(Test test)

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.