CombinatorialRangeAttribute 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.
Specifies a range of values for a parameter on a combinatorial test method.
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class CombinatorialRangeAttribute : Attribute, Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial.ICombinatorialValuesProvider
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type CombinatorialRangeAttribute = class
inherit Attribute
interface ICombinatorialValuesProvider
Public NotInheritable Class CombinatorialRangeAttribute
Inherits Attribute
Implements ICombinatorialValuesProvider
- Inheritance
-
CombinatorialRangeAttribute
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CombinatorialRangeAttribute(Int32, Int32, Int32) |
Initializes a new instance of the CombinatorialRangeAttribute class. |
| CombinatorialRangeAttribute(Int32, Int32) |
Initializes a new instance of the CombinatorialRangeAttribute class. |
| CombinatorialRangeAttribute(UInt32, UInt32, UInt32) |
Initializes a new instance of the CombinatorialRangeAttribute class. |
| CombinatorialRangeAttribute(UInt32, UInt32) |
Initializes a new instance of the CombinatorialRangeAttribute class. |
Methods
| Name | Description |
|---|---|
| GetValues(ParameterInfo) |
Gets the values that should be passed to the parameter. |