v1

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloudtestClientBuilder

func CloudtestClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForBatchDeleteTestCase

func GenReqDefForBatchDeleteTestCase() *def.HttpRequestDef

func GenReqDefForCreateApiTestSuiteByRepoFile

func GenReqDefForCreateApiTestSuiteByRepoFile() *def.HttpRequestDef

func GenReqDefForCreatePlan

func GenReqDefForCreatePlan() *def.HttpRequestDef

func GenReqDefForCreateService

func GenReqDefForCreateService() *def.HttpRequestDef

func GenReqDefForCreateTestCase

func GenReqDefForCreateTestCase() *def.HttpRequestDef

func GenReqDefForCreateTestCaseInPlan

func GenReqDefForCreateTestCaseInPlan() *def.HttpRequestDef

func GenReqDefForDeleteService

func GenReqDefForDeleteService() *def.HttpRequestDef

func GenReqDefForListBranches

func GenReqDefForListBranches() *def.HttpRequestDef

func GenReqDefForListEnvironments

func GenReqDefForListEnvironments() *def.HttpRequestDef

func GenReqDefForListTestCaseHistories

func GenReqDefForListTestCaseHistories() *def.HttpRequestDef

func GenReqDefForListTestCases

func GenReqDefForListTestCases() *def.HttpRequestDef

func GenReqDefForRunTestCase

func GenReqDefForRunTestCase() *def.HttpRequestDef

func GenReqDefForShowApiTestcaseHistories

func GenReqDefForShowApiTestcaseHistories() *def.HttpRequestDef

func GenReqDefForShowIssuesByPlanId

func GenReqDefForShowIssuesByPlanId() *def.HttpRequestDef

func GenReqDefForShowPlanJournals

func GenReqDefForShowPlanJournals() *def.HttpRequestDef

func GenReqDefForShowPlanList

func GenReqDefForShowPlanList() *def.HttpRequestDef

func GenReqDefForShowPlans

func GenReqDefForShowPlans() *def.HttpRequestDef

func GenReqDefForShowRegisterService

func GenReqDefForShowRegisterService() *def.HttpRequestDef

func GenReqDefForShowReport

func GenReqDefForShowReport() *def.HttpRequestDef

func GenReqDefForShowTestCaseDetail

func GenReqDefForShowTestCaseDetail() *def.HttpRequestDef

func GenReqDefForShowTestCaseDetailV2

func GenReqDefForShowTestCaseDetailV2() *def.HttpRequestDef

func GenReqDefForUpdateService

func GenReqDefForUpdateService() *def.HttpRequestDef

func GenReqDefForUpdateTestCase

func GenReqDefForUpdateTestCase() *def.HttpRequestDef

func GenReqDefForUpdateTestCaseResult

func GenReqDefForUpdateTestCaseResult() *def.HttpRequestDef

Types

type BatchDeleteTestCaseInvoker

type BatchDeleteTestCaseInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchDeleteTestCaseInvoker) Invoke

type CloudtestClient

type CloudtestClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCloudtestClient

func NewCloudtestClient(hcClient *http_client.HcHttpClient) *CloudtestClient

func (*CloudtestClient) BatchDeleteTestCase

BatchDeleteTestCase 批量删除自定义测试服务类型用例

批量删除自定义测试服务类型用例

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) BatchDeleteTestCaseInvoker

func (c *CloudtestClient) BatchDeleteTestCaseInvoker(request *model.BatchDeleteTestCaseRequest) *BatchDeleteTestCaseInvoker

BatchDeleteTestCaseInvoker 批量删除自定义测试服务类型用例

func (*CloudtestClient) CreateApiTestSuiteByRepoFile

CreateApiTestSuiteByRepoFile 通过导入仓库中的文件生成接口测试套

通过导入仓库中的文件生成接口测试套

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) CreateApiTestSuiteByRepoFileInvoker

func (c *CloudtestClient) CreateApiTestSuiteByRepoFileInvoker(request *model.CreateApiTestSuiteByRepoFileRequest) *CreateApiTestSuiteByRepoFileInvoker

CreateApiTestSuiteByRepoFileInvoker 通过导入仓库中的文件生成接口测试套

func (*CloudtestClient) CreatePlan

CreatePlan 项目下创建计划

项目下创建计划

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) CreatePlanInvoker

func (c *CloudtestClient) CreatePlanInvoker(request *model.CreatePlanRequest) *CreatePlanInvoker

CreatePlanInvoker 项目下创建计划

func (*CloudtestClient) CreateService

CreateService 新测试类型服务注册

通过接口CreateService注册成为自定义服务。 注册完成后界面将会出现此自定义测试类型。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) CreateServiceInvoker

func (c *CloudtestClient) CreateServiceInvoker(request *model.CreateServiceRequest) *CreateServiceInvoker

CreateServiceInvoker 新测试类型服务注册

func (*CloudtestClient) CreateTestCase

CreateTestCase 创建自定义测试服务类型用例

创建自定义测试服务类型用例

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) CreateTestCaseInPlan

CreateTestCaseInPlan 计划中批量添加测试用例

计划中批量添加测试用例

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) CreateTestCaseInPlanInvoker

func (c *CloudtestClient) CreateTestCaseInPlanInvoker(request *model.CreateTestCaseInPlanRequest) *CreateTestCaseInPlanInvoker

CreateTestCaseInPlanInvoker 计划中批量添加测试用例

func (*CloudtestClient) CreateTestCaseInvoker

func (c *CloudtestClient) CreateTestCaseInvoker(request *model.CreateTestCaseRequest) *CreateTestCaseInvoker

CreateTestCaseInvoker 创建自定义测试服务类型用例

func (*CloudtestClient) DeleteService

DeleteService 删除已注册服务

删除已注册服务

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) DeleteServiceInvoker

func (c *CloudtestClient) DeleteServiceInvoker(request *model.DeleteServiceRequest) *DeleteServiceInvoker

DeleteServiceInvoker 删除已注册服务

func (*CloudtestClient) ListBranches

ListBranches 获取分支列表

获取分支列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ListBranchesInvoker

func (c *CloudtestClient) ListBranchesInvoker(request *model.ListBranchesRequest) *ListBranchesInvoker

ListBranchesInvoker 获取分支列表

func (*CloudtestClient) ListEnvironments

ListEnvironments 获取环境参数分组列表

获取环境参数分组列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ListEnvironmentsInvoker

func (c *CloudtestClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker

ListEnvironmentsInvoker 获取环境参数分组列表

func (*CloudtestClient) ListTestCaseHistories

ListTestCaseHistories 查询用例修改历史记录

查询用例修改历史记录

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ListTestCaseHistoriesInvoker

func (c *CloudtestClient) ListTestCaseHistoriesInvoker(request *model.ListTestCaseHistoriesRequest) *ListTestCaseHistoriesInvoker

ListTestCaseHistoriesInvoker 查询用例修改历史记录

func (*CloudtestClient) ListTestCases

ListTestCases 查询用例列表

查询用例列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ListTestCasesInvoker

func (c *CloudtestClient) ListTestCasesInvoker(request *model.ListTestCasesRequest) *ListTestCasesInvoker

ListTestCasesInvoker 查询用例列表

func (*CloudtestClient) RunTestCase

RunTestCase 批量执行测试用例

批量执行测试用例

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) RunTestCaseInvoker

func (c *CloudtestClient) RunTestCaseInvoker(request *model.RunTestCaseRequest) *RunTestCaseInvoker

RunTestCaseInvoker 批量执行测试用例

func (*CloudtestClient) ShowApiTestcaseHistories

ShowApiTestcaseHistories 获取用例历史执行数据

获取用例历史执行数据

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowApiTestcaseHistoriesInvoker

func (c *CloudtestClient) ShowApiTestcaseHistoriesInvoker(request *model.ShowApiTestcaseHistoriesRequest) *ShowApiTestcaseHistoriesInvoker

ShowApiTestcaseHistoriesInvoker 获取用例历史执行数据

func (*CloudtestClient) ShowIssuesByPlanId

ShowIssuesByPlanId 查询某个测试计划下的需求树

查询某个测试计划下的需求列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowIssuesByPlanIdInvoker

func (c *CloudtestClient) ShowIssuesByPlanIdInvoker(request *model.ShowIssuesByPlanIdRequest) *ShowIssuesByPlanIdInvoker

ShowIssuesByPlanIdInvoker 查询某个测试计划下的需求树

func (*CloudtestClient) ShowPlanJournals

ShowPlanJournals 查询某测试计划下的操作历史

查询某测试计划下的操作历史

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowPlanJournalsInvoker

func (c *CloudtestClient) ShowPlanJournalsInvoker(request *model.ShowPlanJournalsRequest) *ShowPlanJournalsInvoker

ShowPlanJournalsInvoker 查询某测试计划下的操作历史

func (*CloudtestClient) ShowPlanList

ShowPlanList 项目下查询测试计划列表v2

项目下查询测试计划列表v2

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowPlanListInvoker

func (c *CloudtestClient) ShowPlanListInvoker(request *model.ShowPlanListRequest) *ShowPlanListInvoker

ShowPlanListInvoker 项目下查询测试计划列表v2

func (*CloudtestClient) ShowPlans

ShowPlans 项目下查询测试计划列表

项目下查询测试计划列表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowPlansInvoker

func (c *CloudtestClient) ShowPlansInvoker(request *model.ShowPlansRequest) *ShowPlansInvoker

ShowPlansInvoker 项目下查询测试计划列表

func (*CloudtestClient) ShowRegisterService

ShowRegisterService 用户获取自己当前已经注册的服务

用户获取自己当前已经注册的服务

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowRegisterServiceInvoker

func (c *CloudtestClient) ShowRegisterServiceInvoker(request *model.ShowRegisterServiceRequest) *ShowRegisterServiceInvoker

ShowRegisterServiceInvoker 用户获取自己当前已经注册的服务

func (*CloudtestClient) ShowReport

ShowReport 实时计算单个自定义报表

实时计算单个自定义报表

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowReportInvoker

func (c *CloudtestClient) ShowReportInvoker(request *model.ShowReportRequest) *ShowReportInvoker

ShowReportInvoker 实时计算单个自定义报表

func (*CloudtestClient) ShowTestCaseDetail

ShowTestCaseDetail 获取测试用例详情

获取测试用例详情

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowTestCaseDetailInvoker

func (c *CloudtestClient) ShowTestCaseDetailInvoker(request *model.ShowTestCaseDetailRequest) *ShowTestCaseDetailInvoker

ShowTestCaseDetailInvoker 获取测试用例详情

func (*CloudtestClient) ShowTestCaseDetailV2

ShowTestCaseDetailV2 通过用例编号获取测试用例详情

通过用例编号获取测试用例详情

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) ShowTestCaseDetailV2Invoker

func (c *CloudtestClient) ShowTestCaseDetailV2Invoker(request *model.ShowTestCaseDetailV2Request) *ShowTestCaseDetailV2Invoker

ShowTestCaseDetailV2Invoker 通过用例编号获取测试用例详情

func (*CloudtestClient) UpdateService

UpdateService 更新已注册服务

更新已注册服务

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) UpdateServiceInvoker

func (c *CloudtestClient) UpdateServiceInvoker(request *model.UpdateServiceRequest) *UpdateServiceInvoker

UpdateServiceInvoker 更新已注册服务

func (*CloudtestClient) UpdateTestCase

UpdateTestCase 更新自定义测试服务类型用例

更新自定义测试服务类型用例

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) UpdateTestCaseInvoker

func (c *CloudtestClient) UpdateTestCaseInvoker(request *model.UpdateTestCaseRequest) *UpdateTestCaseInvoker

UpdateTestCaseInvoker 更新自定义测试服务类型用例

func (*CloudtestClient) UpdateTestCaseResult

UpdateTestCaseResult 批量更新测试用例结果

批量更新测试用例结果

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudtestClient) UpdateTestCaseResultInvoker

func (c *CloudtestClient) UpdateTestCaseResultInvoker(request *model.UpdateTestCaseResultRequest) *UpdateTestCaseResultInvoker

UpdateTestCaseResultInvoker 批量更新测试用例结果

type CreateApiTestSuiteByRepoFileInvoker

type CreateApiTestSuiteByRepoFileInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateApiTestSuiteByRepoFileInvoker) Invoke

type CreatePlanInvoker

type CreatePlanInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlanInvoker) Invoke

type CreateServiceInvoker

type CreateServiceInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateServiceInvoker) Invoke

type CreateTestCaseInPlanInvoker

type CreateTestCaseInPlanInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTestCaseInPlanInvoker) Invoke

type CreateTestCaseInvoker

type CreateTestCaseInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTestCaseInvoker) Invoke

type DeleteServiceInvoker

type DeleteServiceInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteServiceInvoker) Invoke

type ListBranchesInvoker

type ListBranchesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBranchesInvoker) Invoke

type ListEnvironmentsInvoker

type ListEnvironmentsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListEnvironmentsInvoker) Invoke

type ListTestCaseHistoriesInvoker

type ListTestCaseHistoriesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTestCaseHistoriesInvoker) Invoke

type ListTestCasesInvoker

type ListTestCasesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTestCasesInvoker) Invoke

type RunTestCaseInvoker

type RunTestCaseInvoker struct {
	*invoker.BaseInvoker
}

func (*RunTestCaseInvoker) Invoke

type ShowApiTestcaseHistoriesInvoker

type ShowApiTestcaseHistoriesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowApiTestcaseHistoriesInvoker) Invoke

type ShowIssuesByPlanIdInvoker

type ShowIssuesByPlanIdInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowIssuesByPlanIdInvoker) Invoke

type ShowPlanJournalsInvoker

type ShowPlanJournalsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlanJournalsInvoker) Invoke

type ShowPlanListInvoker

type ShowPlanListInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlanListInvoker) Invoke

type ShowPlansInvoker

type ShowPlansInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlansInvoker) Invoke

type ShowRegisterServiceInvoker

type ShowRegisterServiceInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowRegisterServiceInvoker) Invoke

type ShowReportInvoker

type ShowReportInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowReportInvoker) Invoke

type ShowTestCaseDetailInvoker

type ShowTestCaseDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTestCaseDetailInvoker) Invoke

type ShowTestCaseDetailV2Invoker

type ShowTestCaseDetailV2Invoker struct {
	*invoker.BaseInvoker
}

func (*ShowTestCaseDetailV2Invoker) Invoke

type UpdateServiceInvoker

type UpdateServiceInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateServiceInvoker) Invoke

type UpdateTestCaseInvoker

type UpdateTestCaseInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateTestCaseInvoker) Invoke

type UpdateTestCaseResultInvoker

type UpdateTestCaseResultInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateTestCaseResultInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL