Identifies a type of test.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TestType
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestType _
    Implements IXmlTestStore
[SerializableAttribute]
public sealed class TestType : IXmlTestStore
[SerializableAttribute]
public ref class TestType sealed : IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestType =  
    class 
        interface IXmlTestStore 
    end
public final class TestType implements IXmlTestStore
The TestType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TestType | Initializes an instance of the TestType class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Id | Gets the GUID that uniquely identifies the type of test. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Compares the provided TestType with the current instance for equality. (Overrides Object.Equals(Object).) | 
| .gif) | GetHashCode | Requires no description. (Overrides Object.GetHashCode.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Load | Loads the object from the provided XML element by using the provided parameters. | 
| .gif) | Save | Saves the current object to the specified XML element by using the provided parameters. | 
| .gif) | ToString | Retrieves the name of the test type. (Overrides Object.ToString.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.