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.
Creates and adds a new test result parameter to the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public void Add(
string name,
string expectedValue,
string actualValue
)
public:
void Add(
String^ name,
String^ expectedValue,
String^ actualValue
)
member Add :
name:string *
expectedValue:string *
actualValue:string -> unit
Public Sub Add (
name As String,
expectedValue As String,
actualValue As String
)
Parameters
name
Type: System.StringName of the parameter.
expectedValue
Type: System.StringThe value that was expected.
actualValue
Type: System.StringThe value that was encountered.
See Also
Add Overload
TestResultParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top