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

CombiningStrategyAttribute

Marks a test as using a particular CombiningStrategy to join any supplied parameter data. Since this is the default, the attribute is optional.

Construct a CombiningStrategyAttribute incorporating an ICombiningStrategy and an IParameterDataProvider.

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.

Builds any number of tests from the specified method and context.