CombinatorialAttribute Class

Summary

Marks a test to use a combinatorial join of any argument data provided. Since this is the default, the attribute is optional.
CombinatorialAttribute
Attribute
object

Syntax

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class CombinatorialAttribute : CombiningStrategyAttribute, ITestCaseFactory, 
    IApplyToTest, IImplyFixture

Attributes

Type Description
AttributeUsageAttribute

Constructors

Name Summary
CombinatorialAttribute() Default constructor

Methods

Name Value Summary
ApplyToTest(ITest) void
Modify the test by adding the name of the combining strategy to the properties.
GetTestCasesFor(MethodInfo) IEnumerable<ITestCaseData>
Builds any number of tests from the specified method and context.