Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial Namespace

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.