TestType Class
Identifies a type of test.
Namespace:
Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
The TestType type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Compares the provided TestType with the current instance for equality. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Requires no description. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Load | Loads the object from the provided XML element by using the provided parameters. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Save | Saves the current object to the specified XML element by using the provided parameters. |
|
ToString | Retrieves the name of the test type. (Overrides Object.ToString().) |