Share via


PexTestNamerAttributeBase Class

Definition

Abstract base attribute to define and register new Microsoft.Pex.Engine.TestGeneration.IPexTestNamer implementations

public ref class PexTestNamerAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
public abstract class PexTestNamerAttributeBase : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
type PexTestNamerAttributeBase = class
    inherit PexExplorationPackageAttributeBase
Public MustInherit Class PexTestNamerAttributeBase
Inherits PexExplorationPackageAttributeBase
Inheritance

Constructors

Name Description
PexTestNamerAttributeBase()

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.

BeforeExploration(IPexExplorationComponent)

Callback that is executed before the exploration starts.

CreateTestNamer(IPexExplorationComponent)

Creates a new test namer.

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.

Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext)

Validates the attribute in a particular visibility context.

(Inherited from PexComponentElementDecoratorAttributeBase)

Explicit Interface Implementations

Name Description
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