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