Share via


TestResultParameterCollection.Add Method (String, String, String)

 

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

  • actualValue
    Type: System.String

    The value that was encountered.

See Also

Add Overload
TestResultParameterCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top