ITestCaseResultHelper Interface

 

Provides helper methods and properties for ITestCaseResult objects.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestCaseResultHelper
public interface class ITestCaseResultHelper
type ITestCaseResultHelper = interface end
Public Interface ITestCaseResultHelper

Methods

Name Description
System_CAPS_pubmethod ByTestId(Int32)

Queries the server and returns a collection of test result objects for a test case.

System_CAPS_pubmethod CreateForUpdate(Int32, Int32)

Creates an empty test case result object that is used to efficiently save changed properties to the server.

System_CAPS_pubmethod Find(Int32, Int32)

Retrieves a single test case result by using the given test run ID and test result ID.

System_CAPS_pubmethod FindByLink(Uri, ITestAttachment)

Finds and returns a test result, and optionally a test result attachment, by using a uniform resource identifier (URI) to an artifact test result or test result attachment that is located in Visual Studio Team Foundation Server.

System_CAPS_pubmethod Query(String)

Queries for test case results that match the provided query.

System_CAPS_pubmethod Reset(ITestCaseResult[])

Clears any test case result information and causes the tests to be rerun.

System_CAPS_pubmethod Save(ITestCaseResult[], Boolean)

Updates the server by using a given array of test case results and an indication of whether to perform the attachment uploads in the background.

See Also

ITestCaseResult
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top