Summary
Marks a test to use a combinatorial join of any argument data provided.
Since this is the default, the attribute is optional.
- Namespace
- TCLite
- Interfaces
- Base Types
-
- object
- Attribute
- TCLiteAttribute
- Combining
Strategy Attribute
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class CombinatorialAttribute : CombiningStrategyAttribute, ITestCaseFactory,
IApplyToTest, IImplyFixture
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
Combinatorial |
Default constructor |
Methods
Name | Value | Summary |
---|---|---|
ApplyToTest |
void |
Modify the test by adding the name of the combining strategy
to the properties.
Inherited from Combining
|
GetTestCasesFor |
IEnumerable |
Builds any number of tests from the specified method and context.
Inherited from Combining
|