Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class ITestResultParameter : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyActualValue

Gets the actual value of the property.

System_CAPS_pubpropertyExpectedValue

Gets the expected value of the property.

System_CAPS_pubpropertyName

Gets or sets the name of the property.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: