ITestResultParameter Interface

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

Represents the expected and actual values of a parameter during a test execution.

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

Syntax

'Declaration
Public Interface ITestResultParameter _
    Inherits INotifyPropertyChanged
public interface ITestResultParameter : INotifyPropertyChanged
public interface class ITestResultParameter : INotifyPropertyChanged
type ITestResultParameter =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestResultParameter extends INotifyPropertyChanged

The ITestResultParameter type exposes the following members.

Properties

  Name Description
Public property ActualValue Gets the actual value of the property.
Public property ExpectedValue Gets the expected value of the property.
Public property Name Gets or sets the name of the property.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

INotifyPropertyChanged