PexRandomExplorableStrategyAttribute Constructors
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.
Overloads
PexRandomExplorableStrategyAttribute() |
Creates a random explorable strategy that applies to all types. |
PexRandomExplorableStrategyAttribute(Type[]) |
Creates a random explorable strategy that applies to a set of (possibly generic) types. |
PexRandomExplorableStrategyAttribute(Type, String[]) |
Creates a random explorable strategy that applies to a set of (possibly generic) types. |
PexRandomExplorableStrategyAttribute()
Creates a random explorable strategy that applies to all types.
public:
PexRandomExplorableStrategyAttribute();
public PexRandomExplorableStrategyAttribute ();
Public Sub New ()
Applies to
PexRandomExplorableStrategyAttribute(Type[])
Creates a random explorable strategy that applies to a set of (possibly generic) types.
public:
PexRandomExplorableStrategyAttribute(... cli::array <Type ^> ^ types);
public PexRandomExplorableStrategyAttribute (params Type[] types);
new Microsoft.Pex.Framework.Explorable.PexRandomExplorableStrategyAttribute : Type[] -> Microsoft.Pex.Framework.Explorable.PexRandomExplorableStrategyAttribute
Public Sub New (ParamArray types As Type())
Parameters
- types
- Type[]
The types.
Applies to
PexRandomExplorableStrategyAttribute(Type, String[])
Creates a random explorable strategy that applies to a set of (possibly generic) types.
public:
PexRandomExplorableStrategyAttribute(Type ^ typeOfAssembly, cli::array <System::String ^> ^ fullyQualifiedTypeNames);
public PexRandomExplorableStrategyAttribute (Type typeOfAssembly, string[] fullyQualifiedTypeNames);
new Microsoft.Pex.Framework.Explorable.PexRandomExplorableStrategyAttribute : Type * string[] -> Microsoft.Pex.Framework.Explorable.PexRandomExplorableStrategyAttribute
Public Sub New (typeOfAssembly As Type, fullyQualifiedTypeNames As String())
Parameters
- typeOfAssembly
- Type
The type of assembly.
- fullyQualifiedTypeNames
- String[]
The fully qualified type names.