ITestIterationResult Interface

Represents the result of an execution of a test case against a row of data.

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

Syntax

'Declaration
Public Interface ITestIterationResult _
    Inherits ITestResult, IAttachmentOwner, INotifyPropertyChanged
public interface ITestIterationResult : ITestResult, 
    IAttachmentOwner, INotifyPropertyChanged
public interface class ITestIterationResult : ITestResult, 
    IAttachmentOwner, INotifyPropertyChanged
type ITestIterationResult =  
    interface
        interface ITestResult
        interface IAttachmentOwner
        interface INotifyPropertyChanged
    end
public interface ITestIterationResult extends ITestResult, IAttachmentOwner, INotifyPropertyChanged

The ITestIterationResult type exposes the following members.

Properties

  Name Description
Public property Actions Gets detailed results for each test step or component.
Public property Attachments Gets the collection of attachments. (Inherited from IAttachmentOwner.)
Public property CollectorsEnabled Gets a list of the data collectors that are enabled for this result. (Inherited from ITestResult.)
Public property Comment Gets or sets the accumulated comments that were entered by those who analyzed this result. (Inherited from ITestResult.)
Public property DateCompleted Gets or sets the date that the test was completed. (Inherited from ITestResult.)
Public property DateCreated Gets or sets the date that the test was created. (Inherited from ITestResult.)
Public property DateStarted Gets or sets the date that the test was started. (Inherited from ITestResult.)
Public property 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.)
Public property ErrorMessage Gets or sets a description of the failure, if the test failed. (Inherited from ITestResult.)
Public property IterationId Gets the numeric sequence identifier for the iteration that produced these results.
Public property Outcome Gets or sets an indication of the outcome of the test. (Inherited from ITestResult.)
Public property Parameters Gets a collection of the parameters, including values, that are extracted from the test results.

Top

Methods

  Name Description
Public method CreateAttachment(String) Creates an attachment from a file. (Inherited from IAttachmentOwner.)
Public method CreateAttachment(String, SourceFileAction) Creates an attachment from a file, optionally deleting the source file after uploading. (Inherited from IAttachmentOwner.)
Public method CreateSharedStepResult Creates and returns a new shared step result.
Public method CreateStepResult Creates and returns a new test step result.
Public method FindActionResult Returns the result for the given test action.

Top

Events

  Name Description
Public event AttachmentUploadCompleted This event is raised when the attachment upload is completed. (Inherited from IAttachmentOwner.)
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestResult

IAttachmentOwner

INotifyPropertyChanged