TestType Class

Definition

Identifies a type of test.

public ref class TestType sealed : Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public sealed class TestType : Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TestType = class
    interface IXmlTestStore
Public NotInheritable Class TestType
Implements IXmlTestStore
Inheritance
TestType
Attributes
Implements

Constructors

TestType(Guid)

Initializes an instance of the TestType(Guid) class.

Properties

Id

Gets the GUID that uniquely identifies the type of test.

Methods

Equals(Object)

Compares the provided TestType(Guid) with the current instance for equality.

GetHashCode()

Requires no description.

Load(XmlElement, XmlTestStoreParameters)

Loads the object from the provided XML element by using the provided parameters.

Save(XmlElement, XmlTestStoreParameters)

Saves the current object to the specified XML element by using the provided parameters.

ToString()

Retrieves the name of the test type.

Applies to