CombinatorialValuesAttribute Class
Definition
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.
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. |