Language

CombinatorialValuesAttribute Class

Definition

Important

This API is not CLS-compliant.

Specifies the values for a parameter on a combinatorial test method.

[System.AttributeUsage(System.AttributeTargets.Parameter)]
[System.CLSCompliant(false)]
public sealed class CombinatorialValuesAttribute : Attribute, Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial.ICombinatorialValuesProvider
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
[<System.CLSCompliant(false)>]
type CombinatorialValuesAttribute = class
    inherit Attribute
    interface ICombinatorialValuesProvider
Public NotInheritable Class CombinatorialValuesAttribute
Inherits Attribute
Implements ICombinatorialValuesProvider
Inheritance
CombinatorialValuesAttribute
Attributes
Implements

Constructors

Name Description
CombinatorialValuesAttribute(Object[])

Initializes a new instance of the CombinatorialValuesAttribute class.

Properties

Name Description
Values

Gets the values that should be passed to this parameter.

Methods

Name Description
GetValues(ParameterInfo)

Gets the values that should be passed to the parameter.

Applies to