PexGenericArgumentsAttribute Class

Definition

Defines a single type tuple that will be used to instantiate generic test methods.

public ref class PexGenericArgumentsAttribute sealed : Microsoft::Pex::Framework::Using::PexGenericArgumentsProviderAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexGenericArgumentsAttribute : Microsoft.Pex.Framework.Using.PexGenericArgumentsProviderAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexGenericArgumentsAttribute = class
    inherit PexGenericArgumentsProviderAttributeBase
Public NotInheritable Class PexGenericArgumentsAttribute
Inherits PexGenericArgumentsProviderAttributeBase
Inheritance
Attributes

Constructors

PexGenericArgumentsAttribute(Type)

Initializes a new instance of the PexGenericArgumentsAttribute class.

PexGenericArgumentsAttribute(Type, Type)

Initializes a new instance of the PexGenericArgumentsAttribute class.

PexGenericArgumentsAttribute(Type, Type, Type)

Initializes a new instance of the PexGenericArgumentsAttribute class.

PexGenericArgumentsAttribute(Type[])

Initializes a new instance of the PexGenericArgumentsAttribute class.

Methods

GetGenericArgumentTuples(MethodDefinition)

Gets the generic argument tuples.

Applies to