PexArgumentFromFilesAttribute Classe

Définition

Lit les fichiers ; chaque contenu de fichier est utilisé comme une entrée distincte pour amorcer l’exploration IntelliTest.

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

Constructeurs

PexArgumentFromFilesAttribute(String, String, SearchOption)

Initialise une nouvelle instance de la classe PexArgumentsAttribute.

PexArgumentFromFilesAttribute(String[])

Initialise une nouvelle instance de la classe PexArgumentsAttribute.

Propriétés

Alternate

Indique si cet énumérateur d'entrée doit alterner avec d'autres énumérateurs.

(Hérité de PexInputEnumeratorAttributeBase)
Name

Obtient le nom de ce package.

(Hérité de PexExplorationPackageAttributeBase)
Priority

Obtient ou définit la priorité, une valeur comprise entre 0 et 100.

(Hérité de PexInputEnumeratorAttributeBase)

Méthodes

AfterExploration(IPexExplorationComponent, Object)

Rappel exécuté après la fin de l'exploration.

(Hérité de PexExplorationPackageAttributeBase)
BeforeExploration(IPexExplorationComponent)

Rappel exécuté avant le démarrage de l'exploration.

(Hérité de PexInputEnumeratorAttributeBase)
Decorate(Name, IPexDecoratedComponentElement)

Cette méthode peut annoncer des filtres, des focus et des packages sur IntelliTest.

(Hérité de PexExplorationPackageAttributeBase)
GetEnumerator(IPexExplorationComponent)

Obtient l'énumérateur d'entrée.

(Hérité de PexInputEnumeratorAttributeBase)
Initialize(IPexExplorationEngine)

Initialise le package d'exploration spécifié. Peut interagir avec des services.

(Hérité de PexExplorationPackageAttributeBase)
Load(IContainer)

Cette méthode offre la possibilité d'installer ou de substituer des services.

(Hérité de PexExplorationPackageAttributeBase)
Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Valide l'attribut dans un contexte de visibilité particulier.

(Hérité de PexComponentElementDecoratorAttributeBase)

Implémentations d’interfaces explicites

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

S’applique à