ITestCaseResult Interface
Represents the status of a test case executed against a test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestCaseResult _
Inherits ITestResult, IAttachmentOwner, INotifyPropertyChanged, IIdentifiable(Of TestCaseResultIdentifier)
public interface ITestCaseResult : ITestResult,
IAttachmentOwner, INotifyPropertyChanged, IIdentifiable<TestCaseResultIdentifier>
public interface class ITestCaseResult : ITestResult,
IAttachmentOwner, INotifyPropertyChanged, IIdentifiable<TestCaseResultIdentifier^>
type ITestCaseResult =
interface
interface ITestResult
interface IAttachmentOwner
interface INotifyPropertyChanged
interface IIdentifiable<TestCaseResultIdentifier>
end
public interface ITestCaseResult extends ITestResult, IAttachmentOwner, INotifyPropertyChanged, IIdentifiable<TestCaseResultIdentifier>
The ITestCaseResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActionRecording | |
![]() |
ArtifactUri | |
![]() |
Attachments | Gets the collection of attachments. (Inherited from IAttachmentOwner.) |
![]() |
BuildNumber | |
![]() |
CollectorsEnabled | Gets a list of the data collectors that are enabled for this result. (Inherited from ITestResult.) |
![]() |
Comment | Gets or sets the accumulated comments that were entered by those who analyzed this result. (Inherited from ITestResult.) |
![]() |
ComputerName | |
![]() |
DateCompleted | Gets or sets the date that the test was completed. (Inherited from ITestResult.) |
![]() |
DateCreated | Gets or sets the date that the test was created. (Inherited from ITestResult.) |
![]() |
DateStarted | Gets or sets the date that the test was started. (Inherited from ITestResult.) |
![]() |
Duration | Gets or sets the time that was spent to execute the test. This does not include the time during which the execution was paused. (Inherited from ITestResult.) |
![]() |
ErrorMessage | Gets or sets a description of the failure, if the test failed. (Inherited from ITestResult.) |
![]() |
FailureType | Obsolete. |
![]() |
FailureTypeId | |
![]() |
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) |
![]() |
Implementation | |
![]() |
IsFinished | |
![]() |
Iterations | |
![]() |
LastUpdated | |
![]() |
LastUpdatedBy | |
![]() |
LastUpdatedByName | |
![]() |
Outcome | Gets or sets an indication of the outcome of the test. (Inherited from ITestResult.) |
![]() |
Owner | |
![]() |
OwnerName | |
![]() |
OwnerTeamFoundationId | |
![]() |
Priority | |
![]() |
ResetCount | |
![]() |
ResolutionStateId | |
![]() |
Revision | |
![]() |
RunBy | |
![]() |
RunByName | |
![]() |
RunByTeamFoundationId | |
![]() |
State | |
![]() |
TestCaseArea | |
![]() |
TestCaseId | |
![]() |
TestCaseRevision | |
![]() |
TestCaseTitle | |
![]() |
TestConfigurationId | |
![]() |
TestConfigurationName | |
![]() |
TestPointId | |
![]() |
TestResultId | |
![]() |
TestRunId |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AssociateWorkItem | |
![]() |
CreateAttachment(String) | Creates an attachment from a file. (Inherited from IAttachmentOwner.) |
![]() |
CreateAttachment(String, SourceFileAction) | Creates an attachment from a file, optionally deleting the source file after uploading. (Inherited from IAttachmentOwner.) |
![]() |
CreateAttachment(array<Byte[], Int32, Int32) | |
![]() |
CreateIteration | |
![]() |
DisassociateWorkItem | |
![]() |
GetTestCase | |
![]() |
GetTestRun | |
![]() |
QueryAssociatedWorkItemArtifacts | |
![]() |
QueryAssociatedWorkItems | |
![]() |
Refresh | |
![]() |
Reset | |
![]() |
Save() | |
![]() |
Save(Boolean) |
Top
Events
Name | Description | |
---|---|---|
![]() |
AttachmentUploadCompleted | This event is raised when the attachment upload is completed. (Inherited from IAttachmentOwner.) |
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
Remarks
No content here will be updated; please do not add material here.