Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestType Class

 

Identifies a type of test.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::TestType

[SerializableAttribute]
public ref class TestType sealed : IXmlTestStore

NameDescription
System_CAPS_pubmethodTestType(Guid)

Initializes an instance of the TestType class.

NameDescription
System_CAPS_pubpropertyId

Gets the GUID that uniquely identifies the type of test.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Compares the provided TestType with the current instance for equality.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Requires no description.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

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

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

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

System_CAPS_pubmethodToString()

Retrieves the name of the test type.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: