Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top