PexArgumentsAttribute Klasse

Definition

Definiert ein einzelnes werttupel, das als Test Eingaben verwendet wird, um die intellitest-Untersuchung zu durchsuchen.

public ref class PexArgumentsAttribute sealed : Microsoft::Pex::Framework::InputEnumeration::PexInputEnumeratorAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexArgumentsAttribute : Microsoft.Pex.Framework.InputEnumeration.PexInputEnumeratorAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexArgumentsAttribute = class
    inherit PexInputEnumeratorAttributeBase
Public NotInheritable Class PexArgumentsAttribute
Inherits PexInputEnumeratorAttributeBase
Vererbung
Attribute

Konstruktoren

PexArgumentsAttribute(Object)

Initialisiert eine neue Instanz der PexArgumentsAttribute-Klasse.

PexArgumentsAttribute(Object, Object)

Initialisiert eine neue Instanz der PexArgumentsAttribute-Klasse.

PexArgumentsAttribute(Object, Object, Object)

Initialisiert eine neue Instanz der PexArgumentsAttribute-Klasse.

PexArgumentsAttribute(Object, Object, Object, Object)

Initialisiert eine neue Instanz der PexArgumentsAttribute-Klasse.

PexArgumentsAttribute(Object[])

Initialisiert eine neue Instanz der PexArgumentsAttribute-Klasse.

Eigenschaften

Alternate

Gibt an, ob dieser Eingabeenumerator abwechselnd mit anderen Enumeratoren verwendet werden soll.

(Geerbt von PexInputEnumeratorAttributeBase)
Name

Ruft den Namen dieses Pakets ab.

(Geerbt von PexExplorationPackageAttributeBase)
Priority

Ruft die Priorität, ein Wert zwischen 0 und 100, ab oder legt diese fest.

(Geerbt von PexInputEnumeratorAttributeBase)

Methoden

AfterExploration(IPexExplorationComponent, Object)

Rückruf, der ausgeführt wird, nachdem die Auswertung beendet wurde.

(Geerbt von PexExplorationPackageAttributeBase)
BeforeExploration(IPexExplorationComponent)

Rückruf, der ausgeführt wird, bevor die Auswertung beginnt.

(Geerbt von PexInputEnumeratorAttributeBase)
Decorate(Name, IPexDecoratedComponentElement)

Mit dieser Methode können Sie Filter, Fokus und Pakete für intellitest ankündigen.

(Geerbt von PexExplorationPackageAttributeBase)
GetEnumerator(IPexExplorationComponent)

Ruft den Eingabeenumerator ab.

(Geerbt von PexInputEnumeratorAttributeBase)
Initialize(IPexExplorationEngine)

Initialisiert das angegebene Auswertungspaket. Kann mit Diensten interagieren.

(Geerbt von PexExplorationPackageAttributeBase)
Load(IContainer)

Diese Methode bietet die Möglichkeit, Dienste zu installieren oder zu ersetzen.

(Geerbt von PexExplorationPackageAttributeBase)
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Validiert das Attribut in einem bestimmten Sichtbarkeitskontext.

(Geerbt von PexComponentElementDecoratorAttributeBase)

Explizite Schnittstellenimplementierungen

IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) (Geerbt von PexComponentElementDecoratorAttributeBase)
IPexExplorationPackage.AfterExploration(IPexExplorationComponent, Object) (Geerbt von PexExplorationPackageAttributeBase)
IPexExplorationPackage.BeforeExploration(IPexExplorationComponent) (Geerbt von PexExplorationPackageAttributeBase)
IPexExplorationPackage.Initialize(IPexExplorationEngine) (Geerbt von PexExplorationPackageAttributeBase)
IPexExplorationPackage.Load(IContainer) (Geerbt von PexExplorationPackageAttributeBase)
IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) (Geerbt von PexComponentElementDecoratorAttributeBase)

Gilt für