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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ActualValue | Gets the actual value of the property. |
![]() | ExpectedValue | Gets the expected value of the property. |
![]() | Name | Gets or sets the name of the property. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:

