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