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

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

The ITestCaseResultHelper type exposes the following members.

Methods

  Name Description
Public method ByTestId Queries the server and returns a collection of test result objects for a test case.
Public method CreateForUpdate Creates an empty test case result object that is used to efficiently save changed properties to the server.
Public method Find Retrieves a single test case result by using the given test run ID and test result ID.
Public method FindByLink 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.
Public method Query Queries for test case results that match the provided query.
Public method Reset Clears any test case result information and causes the tests to be rerun.
Public method Save 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.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult