Share via


TestImpactPath Structure

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a series of links that are used to find a test case. This class has been deprecated and no alternative is available.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Structure TestImpactPath
public struct TestImpactPath
public value class TestImpactPath
[<Sealed>]
type TestImpactPath =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The TestImpactPath type exposes the following members.

Properties

  Name Description
Public property Elements Gets or sets a list of links. The last element of this list is linked to a test case.

Top

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string representation of the object. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Indicates whether two test impact paths are equal.
Public operatorStatic member Inequality Indicates whether two test impact paths are not equal.

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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace