PexGeneratedTestsAssemblyAttribute 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 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
- 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) |