TestExecId Class

Definition

Represents a unique ID for a test in a test run. This class cannot be inherited.

public ref class TestExecId sealed
[System.Serializable]
public sealed class TestExecId
[<System.Serializable>]
type TestExecId = class
Public NotInheritable Class TestExecId
Inheritance
TestExecId
Attributes

Constructors

Name Description
TestExecId()

Initializes a new instance of the TestExecId class.

TestExecId(Guid)

Initializes a new instance of the TestExecId class by using the provided Guid.

Properties

Name Description
Empty

Gets a new TestExecId that has an empty Guid.

Id

Gets the Guid for this object.

Methods

Name Description
Equals(Object)

Determines whether the provided object is equal to the current object.

GetHashCode()
ToString()

Returns this object as a string.

Applies to