PexPreparableAttributeBase Class

Definition

Attribute to define how preparation methods should be registered before a type is allowed to execute

public ref class PexPreparableAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public abstract class PexPreparableAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexPreparableAttributeBase = class
    inherit PexExplorationPackageAttributeBase
Public MustInherit Class PexPreparableAttributeBase
Inherits PexExplorationPackageAttributeBase
Inheritance
Attributes

Constructors

PexPreparableAttributeBase(Type)

Initializes a new instance of the PexPreparableAttributeBase class.

Properties

Name

Gets the name of this package.

(Inherited from PexExplorationPackageAttributeBase)
PreparableType

Gets the type to be created by exploration.

Methods

AfterExploration(IPexExplorationComponent, Object)

Callback that is executed after the exploration ends.

BeforeExploration(IPexExplorationComponent)

Callback that is executed before the exploration starts.

Decorate(Name, IPexDecoratedComponentElement)

This method can announce filters, focuses, and packages to IntelliTest.

(Inherited from PexExplorationPackageAttributeBase)
Initialize(IPexExplorationEngine)

Initializes the specified exploration package. May interact with services.

Load(IContainer)

This method provides the opportunity install or substitute services.

TryCreatePreparableDefinition(IPexComponent, IPexPreparableDefinition)

Creates the preparable instance

Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Validates the attribute in a particular visibility context.

(Inherited from PexComponentElementDecoratorAttributeBase)

Explicit Interface Implementations

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

Applies to