PexClassAttribute Constructors
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.
Overloads
PexClassAttribute() |
Initializes a new instance of the PexClassAttribute class. |
PexClassAttribute(Type) |
Initializes a new instance of the PexClassAttribute class. |
PexClassAttribute(String, String) |
Initializes a new instance of the PexClassAttribute class. |
PexClassAttribute()
Initializes a new instance of the PexClassAttribute class.
public:
PexClassAttribute();
public PexClassAttribute ();
Public Sub New ()
Applies to
PexClassAttribute(Type)
Initializes a new instance of the PexClassAttribute class.
public:
PexClassAttribute(Type ^ typeUnderTest);
public PexClassAttribute (Type typeUnderTest);
new Microsoft.Pex.Framework.PexClassAttribute : Type -> Microsoft.Pex.Framework.PexClassAttribute
Public Sub New (typeUnderTest As Type)
Parameters
- typeUnderTest
- Type
The type under test.
Applies to
PexClassAttribute(String, String)
Initializes a new instance of the PexClassAttribute class.
public:
PexClassAttribute(System::String ^ typeUnderTestAssemblyName, System::String ^ typeUnderTestFullName);
public PexClassAttribute (string typeUnderTestAssemblyName, string typeUnderTestFullName);
new Microsoft.Pex.Framework.PexClassAttribute : string * string -> Microsoft.Pex.Framework.PexClassAttribute
Public Sub New (typeUnderTestAssemblyName As String, typeUnderTestFullName As String)
Parameters
- typeUnderTestAssemblyName
- String
the type under test assembly name
- typeUnderTestFullName
- String
the type under test type name