TcmInformation Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Encapsulates the information about a test that is stored in the test case management server.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.TcmInformation
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TcmInformation _
Implements IXmlTestStore, IEquatable(Of TcmInformation)
[SerializableAttribute]
public sealed class TcmInformation : IXmlTestStore,
IEquatable<TcmInformation>
[SerializableAttribute]
public ref class TcmInformation sealed : IXmlTestStore,
IEquatable<TcmInformation^>
[<Sealed>]
[<SerializableAttribute>]
type TcmInformation =
class
interface IXmlTestStore
interface IEquatable<TcmInformation>
end
public final class TcmInformation implements IXmlTestStore, IEquatable<TcmInformation>
The TcmInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TcmInformation(Int32, Int32, Int32) | Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID. | |
TcmInformation(Int32, Int32, Int32, Int32) |
Top
Properties
Name | Description | |
---|---|---|
TestCaseId | Gets the test case ID. | |
TestIterationId | ||
TestResultId | Gets the test result ID. | |
TestRunId | Gets the test run ID. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Returns a value that indicates whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) | |
Equals(TcmInformation) | Returns a value that indicates whether the provided TCM information object is equal to the current object. | |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Represents the equality operator (==) to compare two TCM information objects. | |
Inequality | Represents the inequality operator (!=) to compare two TCM information objects. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlTestStore.Load | Loads the current object from the provided XML element by using the provided parameters. | |
IXmlTestStore.Save | Saves the current object to the provided XML element by using the provided parameters. |
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.