ITestResultParameter Interface

 

This API supports the product 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

public interface ITestResultParameter : INotifyPropertyChanged
public interface class ITestResultParameter : INotifyPropertyChanged
type ITestResultParameter = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ITestResultParameter
    Inherits INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty ActualValue

Gets the actual value of the property.

System_CAPS_pubproperty ExpectedValue

Gets the expected value of the property.

System_CAPS_pubproperty Name

Gets or sets the name of the property.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top