TcmInformation Class

Definition

Encapsulates the information about a test that is stored in the test case management server.

public ref class TcmInformation sealed : IEquatable<Microsoft::VisualStudio::TestTools::Common::TcmInformation ^>, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public sealed class TcmInformation : IEquatable<Microsoft.VisualStudio.TestTools.Common.TcmInformation>, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TcmInformation = class
    interface IXmlTestStore
    interface IEquatable<TcmInformation>
Public NotInheritable Class TcmInformation
Implements IEquatable(Of TcmInformation), IXmlTestStore
Inheritance
TcmInformation
Attributes
Implements

Constructors

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)

Properties

TestCaseId

Gets the test case ID.

TestIterationId
TestResultId

Gets the test result ID.

TestRunId

Gets the test run ID.

Methods

Equals(Object)

Returns a value that indicates whether the provided object is equal to the current object.

Equals(TcmInformation)

Returns a value that indicates whether the provided TCM information object is equal to the current object.

GetHashCode()

Operators

Equality(TcmInformation, TcmInformation)

Represents the equality operator (==) to compare two TCM information objects.

Inequality(TcmInformation, TcmInformation)

Represents the inequality operator (!=) to compare two TCM information objects.

Explicit Interface Implementations

IXmlTestStore.Load(XmlElement, XmlTestStoreParameters)

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

IXmlTestStore.Save(XmlElement, XmlTestStoreParameters)

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

Applies to