PexExplorableFromFactoriesFromAssemblyAttribute Class
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.
Attribute that scans an assembly for methods marked by PexFactoryMethodAttribute located in static types.
public ref class PexExplorableFromFactoriesFromAssemblyAttribute sealed : Microsoft::Pex::Framework::Explorable::PexExplorableFromFactoriesAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public sealed class PexExplorableFromFactoriesFromAssemblyAttribute : Microsoft.Pex.Framework.Explorable.PexExplorableFromFactoriesAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type PexExplorableFromFactoriesFromAssemblyAttribute = class
inherit PexExplorableFromFactoriesAttributeBase
Public NotInheritable Class PexExplorableFromFactoriesFromAssemblyAttribute
Inherits PexExplorableFromFactoriesAttributeBase
- Inheritance
-
PexExplorableFromFactoriesFromAssemblyAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| PexExplorableFromFactoriesFromAssemblyAttribute() |
Initializes a new instance of the PexExplorableFromFactoriesFromAssemblyAttribute class. |
| PexExplorableFromFactoriesFromAssemblyAttribute(String) |
Initializes a new instance of the PexExplorableFromFactoriesFromAssemblyAttribute class. |
| PexExplorableFromFactoriesFromAssemblyAttribute(Type) |
Initializes a new instance of the PexExplorableFromFactoriesFromAssemblyAttribute class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
Methods
| Name | Description |
|---|---|
| AfterExploration(IPexExplorationComponent, Object) |
Callback that is executed after the exploration ends. (Inherited from PexExplorationPackageAttributeBase) |
| BeforeExploration(IPexExplorationComponent) |
Callback that is executed before the exploration starts. (Inherited from PexExplorableFromFactoriesAttributeBase) |
| Decorate(Name, IPexDecoratedComponentElement) |
This method can announce filters, focuses, and packages to IntelliTest. (Inherited from PexExplorationPackageAttributeBase) |
| GetUncachedExplorables(IPexComponent, SafeList<IPexExplorable>) |
Gets the list of explorable methods (Inherited from PexExplorableFromFactoriesAttributeBase) |
| Initialize(IPexExplorationEngine) |
Initializes the specified exploration package. May interact with services. (Inherited from PexExplorationPackageAttributeBase) |
| Load(IContainer) |
This method provides the opportunity install or substitute services. (Inherited from PexExplorationPackageAttributeBase) |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validates the attribute in a particular visibility context. (Inherited from PexComponentElementDecoratorAttributeBase) |