Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource
The "testCases" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource
Constructors
TestCasesResource(IClientService)
Constructs a new resource.
Declaration
public TestCasesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string, string, string, string)
Gets details of a Test Case for a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Test Case does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.GetRequest Get(string projectId, string historyId, string executionId, string stepId, string testCaseId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id Required. |
string | stepId | A Step id. Note: This step must include a TestExecutionStep. Required. |
string | testCaseId | A Test Case id. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.GetRequest |
List(string, string, string, string)
Lists Test Cases attached to a Step. Experimental test cases API. Still in active development. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing Step does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.ListRequest List(string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id Required. |
string | stepId | A Step id. Note: This step must include a TestExecutionStep. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.ListRequest |