Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| CombinatorialDataAttribute |
Provides every possible combination of values for the parameters of a test method. |
| CombinatorialRandomDataAttribute |
Specifies randomly generated integer values for a parameter on a combinatorial test method. |
| CombinatorialRangeAttribute |
Specifies a range of values for a parameter on a combinatorial test method. |
| CombinatorialValuesAttribute |
Specifies the values for a parameter on a combinatorial test method. |
Interfaces
| Name | Description |
|---|---|
| ICombinatorialValuesProvider |
Provides values for a parameter on a combinatorial test method. |