TestType(Guid) Constructor

Definition

Initializes an instance of the TestType(Guid) class.

public:
 TestType(Guid id);
public TestType (Guid id);
new Microsoft.VisualStudio.TestTools.Common.TestType : Guid -> Microsoft.VisualStudio.TestTools.Common.TestType
Public Sub New (id As Guid)

Parameters

id
Guid

A GUID that uniquely identifies the type of test.

Exceptions

The id parameter is empty.

Applies to