Test Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.TestImpact.Client.Test
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'宣告
<SerializableAttribute> _
Public NotInheritable Class Test _
Implements IEquatable(Of Test)
[SerializableAttribute]
public sealed class Test : IEquatable<Test>
[SerializableAttribute]
public ref class Test sealed : IEquatable<Test^>
[<Sealed>]
[<SerializableAttribute>]
type Test =
class
interface IEquatable<Test>
end
public final class Test implements IEquatable<Test>
The Test type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AssociationIndexes | |
![]() |
AssociationOption | |
![]() |
AutomatedTestId | |
![]() |
DateCompleted | |
![]() |
Exists | |
![]() |
IsAutomated | |
![]() |
IsTestCase | |
![]() |
TestCaseId | |
![]() |
TestName | |
![]() |
TestType |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (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 | (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEquatable<Test>.Equals |
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.