Share via


PexGeneratedTestsAssemblyAttribute Class

Definition

Attribute to specify that the current assembly contains the tests from another assembly.

public ref class PexGeneratedTestsAssemblyAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase, IServiceProvider
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public sealed class PexGeneratedTestsAssemblyAttribute : Microsoft.Pex.Framework.PexAttributeBase, IServiceProvider
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type PexGeneratedTestsAssemblyAttribute = class
    inherit PexAttributeBase
    interface IServiceProvider
Public NotInheritable Class PexGeneratedTestsAssemblyAttribute
Inherits PexAttributeBase
Implements IServiceProvider
Inheritance
PexGeneratedTestsAssemblyAttribute
Attributes
Implements

Constructors

PexGeneratedTestsAssemblyAttribute(String)

Initializes a new instance of the PexGeneratedTestsAssemblyAttribute class.

PexGeneratedTestsAssemblyAttribute(Type)

Initializes a new instance of the PexGeneratedTestsAssemblyAttribute class.

Properties

TargetAssemblyName

Gets the name of the target assembly.

Explicit Interface Implementations

IServiceProvider.GetService(Type)

Applies to