ISharedStepResult Interface
Represents the result of executing a shared step. The action ID will correspond to the action ID of the SharedStepReference that called the shared ste.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ActionId | Gets or set an identifier for this action result.(Inherited from ITestActionResult.) |
![]() | Actions | Gets a collection of action results for each step or component in the associated shared step. |
![]() | Attachments | Gets the collection of attachments.(Inherited from IAttachmentOwner.) |
![]() | 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.) |
![]() | 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.) |
![]() | Outcome | Gets or sets an indication of the outcome of the test.(Inherited from ITestResult.) |
![]() | SharedStepId | Gets the work item ID of the associated shared step. |
![]() | SharedStepRevision | Revision of the shared step used to produce these results. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | GetSharedStep() | Returns the associated shared step definition from the server. |
| Name | Description | |
|---|---|---|
![]() | AttachmentUploadCompleted | This event is raised when the attachment upload is completed.(Inherited from IAttachmentOwner.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
No content here will be updated; please do not add material here.


