PexRandomExplorableStrategyAttribute Konstruktoren

Definition

Überlädt

PexRandomExplorableStrategyAttribute()

Erstellt eine zufällige auswertbare Strategie, die für alle Typen gilt.

PexRandomExplorableStrategyAttribute(Type[])

Erstellt eine zufällige auswertbare Strategie, die für eine Menge von (eventuell generischen) Typen gilt.

PexRandomExplorableStrategyAttribute(Type, String[])

Erstellt eine zufällige auswertbare Strategie, die für eine Menge von (eventuell generischen) Typen gilt.

PexRandomExplorableStrategyAttribute()

Erstellt eine zufällige auswertbare Strategie, die für alle Typen gilt.

public:
 PexRandomExplorableStrategyAttribute();
public PexRandomExplorableStrategyAttribute ();
Public Sub New ()

Gilt für

PexRandomExplorableStrategyAttribute(Type[])

Erstellt eine zufällige auswertbare Strategie, die für eine Menge von (eventuell generischen) Typen gilt.

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())

Parameter

types
Type[]

Die Typen.

Gilt für

PexRandomExplorableStrategyAttribute(Type, String[])

Erstellt eine zufällige auswertbare Strategie, die für eine Menge von (eventuell generischen) Typen gilt.

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())

Parameter

typeOfAssembly
Type

Der Typ der Assembly.

fullyQualifiedTypeNames
String[]

Die vollqualifizierten Typnamen.

Gilt für