CombinatorialRandomDataAttribute 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 randomly generated integer values for a parameter on a combinatorial test method.
[System.AttributeUsage(System.AttributeTargets.Parameter)]
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class CombinatorialRandomDataAttribute : Attribute, Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial.ICombinatorialValuesProvider
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class CombinatorialRandomDataAttribute : Attribute, Microsoft.VisualStudio.TestTools.UnitTesting.Combinatorial.ICombinatorialValuesProvider
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type CombinatorialRandomDataAttribute = class
inherit Attribute
interface ICombinatorialValuesProvider
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type CombinatorialRandomDataAttribute = class
inherit Attribute
interface ICombinatorialValuesProvider
Public NotInheritable Class CombinatorialRandomDataAttribute
Inherits Attribute
Implements ICombinatorialValuesProvider
- Inheritance
-
CombinatorialRandomDataAttribute
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CombinatorialRandomDataAttribute() |
Initializes a new instance of the CombinatorialRandomDataAttribute class. |
Fields
| Name | Description |
|---|---|
| NoSeed |
Specifies that Random should choose its own seed. |
Properties
| Name | Description |
|---|---|
| Count |
Gets or sets the positive number of values to generate. |
| Maximum |
Gets or sets the maximum value, inclusive. |
| Minimum |
Gets or sets the minimum value, inclusive. |
| Seed |
Gets or sets the seed used for random number generation. |
Methods
| Name | Description |
|---|---|
| GetValues(ParameterInfo) |
Gets the values that should be passed to the parameter. |