TestType Class

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
Public method TestType Initializes an instance of the TestType class.

Top

Properties

  Name Description
Public property Id Gets the GUID that uniquely identifies the type of test.

Top

Methods

  Name Description
Public method Equals Compares the provided TestType with the current instance for equality. (Overrides Object.Equals(Object).)
Public method GetHashCode Requires no description. (Overrides Object.GetHashCode.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Load Loads the object from the provided XML element by using the provided parameters.
Public method Save Saves the current object to the specified XML element by using the provided parameters.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace