PexTestNamerAttributeBase 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.
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
-
PexTestNamerAttributeBase
Constructors
PexTestNamerAttributeBase() |
Properties
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |
Methods
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) |