PexInputEnumeratorAttributeBase Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe de base abstraite pour la spécification des entrées de valeur de départ
public ref class PexInputEnumeratorAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public abstract class PexInputEnumeratorAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexInputEnumeratorAttributeBase = class
inherit PexExplorationPackageAttributeBase
Public MustInherit Class PexInputEnumeratorAttributeBase
Inherits PexExplorationPackageAttributeBase
- Héritage
-
PexInputEnumeratorAttributeBase
- Dérivé
- Attributs
Constructeurs
| PexInputEnumeratorAttributeBase() |
Propriétés
| Alternate |
Indique si cet énumérateur d'entrée doit alterner avec d'autres énumérateurs. |
| 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. |
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. |
| 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. |
| 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) |