mockapiclient

package
v0.27.2 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInterface

type ClientInterface struct {
	mock.Mock
}

ClientInterface is an autogenerated mock type for the ClientInterface type

func NewClientInterface

func NewClientInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClientInterface

NewClientInterface creates a new instance of ClientInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ClientInterface) AddExperienceTagToExperience

func (_m *ClientInterface) AddExperienceTagToExperience(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddExperienceTagToExperience provides a mock function with given fields: ctx, projectID, experienceTagID, experienceID, reqEditors

func (*ClientInterface) AddExperiencesToTestSuite

func (_m *ClientInterface) AddExperiencesToTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.SelectExperiencesInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddExperiencesToTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientInterface) AddExperiencesToTestSuiteWithBody

func (_m *ClientInterface) AddExperiencesToTestSuiteWithBody(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddExperiencesToTestSuiteWithBody provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientInterface) AddSystemToExperience

func (_m *ClientInterface) AddSystemToExperience(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddSystemToExperience provides a mock function with given fields: ctx, projectID, systemID, experienceID, reqEditors

func (*ClientInterface) AddSystemToMetricsBuild

func (_m *ClientInterface) AddSystemToMetricsBuild(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddSystemToMetricsBuild provides a mock function with given fields: ctx, projectID, systemID, metricsBuildID, reqEditors

func (*ClientInterface) AddSystemsToExperiences

func (_m *ClientInterface) AddSystemsToExperiences(ctx context.Context, projectID uuid.UUID, body api.MutateSystemsToExperienceInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddSystemsToExperiences provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) AddSystemsToExperiencesWithBody

func (_m *ClientInterface) AddSystemsToExperiencesWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddSystemsToExperiencesWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) AddTagsToExperiences

func (_m *ClientInterface) AddTagsToExperiences(ctx context.Context, projectID uuid.UUID, body api.AddTagsToExperiencesInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddTagsToExperiences provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) AddTagsToExperiencesWithBody

func (_m *ClientInterface) AddTagsToExperiencesWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddTagsToExperiencesWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) AddTestSuitesToExperiences

func (_m *ClientInterface) AddTestSuitesToExperiences(ctx context.Context, projectID uuid.UUID, body api.AddSuitesToExperiencesInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddTestSuitesToExperiences provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) AddTestSuitesToExperiencesWithBody

func (_m *ClientInterface) AddTestSuitesToExperiencesWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AddTestSuitesToExperiencesWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) ArchiveExperience

func (_m *ClientInterface) ArchiveExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ArchiveExperience provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientInterface) ArchiveProject

func (_m *ClientInterface) ArchiveProject(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ArchiveProject provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) ArchiveSystem

func (_m *ClientInterface) ArchiveSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ArchiveSystem provides a mock function with given fields: ctx, projectID, systemID, reqEditors

func (*ClientInterface) ArchiveTestSuite

func (_m *ClientInterface) ArchiveTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ArchiveTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientInterface) CancelBatch

func (_m *ClientInterface) CancelBatch(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CancelBatch provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientInterface) CancelParameterSweep

func (_m *ClientInterface) CancelParameterSweep(ctx context.Context, projectID uuid.UUID, sweepID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CancelParameterSweep provides a mock function with given fields: ctx, projectID, sweepID, reqEditors

func (*ClientInterface) CompareBatches

func (_m *ClientInterface) CompareBatches(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, otherBatchID uuid.UUID, params *api.CompareBatchesParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CompareBatches provides a mock function with given fields: ctx, projectID, batchID, otherBatchID, params, reqEditors

func (*ClientInterface) CreateBatch

func (_m *ClientInterface) CreateBatch(ctx context.Context, projectID uuid.UUID, body api.BatchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatch provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateBatchForTestSuite

func (_m *ClientInterface) CreateBatchForTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.TestSuiteBatchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatchForTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientInterface) CreateBatchForTestSuiteRevision

func (_m *ClientInterface) CreateBatchForTestSuiteRevision(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, body api.TestSuiteBatchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatchForTestSuiteRevision provides a mock function with given fields: ctx, projectID, testSuiteID, revision, body, reqEditors

func (*ClientInterface) CreateBatchForTestSuiteRevisionWithBody

func (_m *ClientInterface) CreateBatchForTestSuiteRevisionWithBody(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatchForTestSuiteRevisionWithBody provides a mock function with given fields: ctx, projectID, testSuiteID, revision, contentType, body, reqEditors

func (*ClientInterface) CreateBatchForTestSuiteWithBody

func (_m *ClientInterface) CreateBatchForTestSuiteWithBody(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatchForTestSuiteWithBody provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientInterface) CreateBatchWithBody

func (_m *ClientInterface) CreateBatchWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBatchWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateBranchForProject

func (_m *ClientInterface) CreateBranchForProject(ctx context.Context, projectID uuid.UUID, body api.CreateBranchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBranchForProject provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateBranchForProjectWithBody

func (_m *ClientInterface) CreateBranchForProjectWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBranchForProjectWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateBuildForBranch

func (_m *ClientInterface) CreateBuildForBranch(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, body api.CreateBuildForBranchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBuildForBranch provides a mock function with given fields: ctx, projectID, branchID, body, reqEditors

func (*ClientInterface) CreateBuildForBranchWithBody

func (_m *ClientInterface) CreateBuildForBranchWithBody(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBuildForBranchWithBody provides a mock function with given fields: ctx, projectID, branchID, contentType, body, reqEditors

func (*ClientInterface) CreateBuildForSystem

func (_m *ClientInterface) CreateBuildForSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, body api.CreateBuildForSystemInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBuildForSystem provides a mock function with given fields: ctx, projectID, systemID, body, reqEditors

func (*ClientInterface) CreateBuildForSystemWithBody

func (_m *ClientInterface) CreateBuildForSystemWithBody(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateBuildForSystemWithBody provides a mock function with given fields: ctx, projectID, systemID, contentType, body, reqEditors

func (*ClientInterface) CreateExperience

func (_m *ClientInterface) CreateExperience(ctx context.Context, projectID uuid.UUID, body api.CreateExperienceInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateExperience provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateExperienceTag

func (_m *ClientInterface) CreateExperienceTag(ctx context.Context, projectID uuid.UUID, body api.CreateExperienceTagInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateExperienceTag provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateExperienceTagWithBody

func (_m *ClientInterface) CreateExperienceTagWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateExperienceTagWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateExperienceWithBody

func (_m *ClientInterface) CreateExperienceWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateExperienceWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateMetricsBuild

func (_m *ClientInterface) CreateMetricsBuild(ctx context.Context, projectID uuid.UUID, body api.CreateMetricsBuildInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateMetricsBuild provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateMetricsBuildWithBody

func (_m *ClientInterface) CreateMetricsBuildWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateMetricsBuildWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateParameterSweep

func (_m *ClientInterface) CreateParameterSweep(ctx context.Context, projectID uuid.UUID, body api.ParameterSweepInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateParameterSweep provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateParameterSweepWithBody

func (_m *ClientInterface) CreateParameterSweepWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateParameterSweepWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateProject

func (_m *ClientInterface) CreateProject(ctx context.Context, body api.CreateProjectInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateProject provides a mock function with given fields: ctx, body, reqEditors

func (*ClientInterface) CreateProjectWithBody

func (_m *ClientInterface) CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateProjectWithBody provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*ClientInterface) CreateReport

func (_m *ClientInterface) CreateReport(ctx context.Context, projectID uuid.UUID, body api.ReportInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReport provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateReportWithBody

func (_m *ClientInterface) CreateReportWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReportWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateSystem

func (_m *ClientInterface) CreateSystem(ctx context.Context, projectID uuid.UUID, body api.CreateSystemInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateSystem provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateSystemWithBody

func (_m *ClientInterface) CreateSystemWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateSystemWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateTestSuite

func (_m *ClientInterface) CreateTestSuite(ctx context.Context, projectID uuid.UUID, body api.CreateTestSuiteInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateTestSuite provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateTestSuiteWithBody

func (_m *ClientInterface) CreateTestSuiteWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateTestSuiteWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) CreateViewSession

func (_m *ClientInterface) CreateViewSession(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateViewSession provides a mock function with given fields: ctx, reqEditors

func (*ClientInterface) CreateViewUpdateWithBody

func (_m *ClientInterface) CreateViewUpdateWithBody(ctx context.Context, viewSessionID uuid.UUID, viewUpdateID int, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateViewUpdateWithBody provides a mock function with given fields: ctx, viewSessionID, viewUpdateID, contentType, body, reqEditors

func (*ClientInterface) CreateWorkflow added in v0.27.0

func (_m *ClientInterface) CreateWorkflow(ctx context.Context, projectID uuid.UUID, body api.CreateWorkflowInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateWorkflow provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) CreateWorkflowRun added in v0.27.0

func (_m *ClientInterface) CreateWorkflowRun(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, body api.CreateWorkflowRunInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateWorkflowRun provides a mock function with given fields: ctx, projectID, workflowID, body, reqEditors

func (*ClientInterface) CreateWorkflowRunWithBody added in v0.27.0

func (_m *ClientInterface) CreateWorkflowRunWithBody(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateWorkflowRunWithBody provides a mock function with given fields: ctx, projectID, workflowID, contentType, body, reqEditors

func (*ClientInterface) CreateWorkflowWithBody added in v0.27.0

func (_m *ClientInterface) CreateWorkflowWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateWorkflowWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) DebugExperience

func (_m *ClientInterface) DebugExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, body api.DebugExperienceInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DebugExperience provides a mock function with given fields: ctx, projectID, experienceID, body, reqEditors

func (*ClientInterface) DebugExperienceWithBody

func (_m *ClientInterface) DebugExperienceWithBody(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DebugExperienceWithBody provides a mock function with given fields: ctx, projectID, experienceID, contentType, body, reqEditors

func (*ClientInterface) DeleteBatchLog

func (_m *ClientInterface) DeleteBatchLog(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteBatchLog provides a mock function with given fields: ctx, projectID, batchID, logID, reqEditors

func (*ClientInterface) DeleteBranchForProject

func (_m *ClientInterface) DeleteBranchForProject(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteBranchForProject provides a mock function with given fields: ctx, projectID, branchID, reqEditors

func (*ClientInterface) DeleteBuildForBranch

func (_m *ClientInterface) DeleteBuildForBranch(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteBuildForBranch provides a mock function with given fields: ctx, projectID, branchID, buildID, reqEditors

func (*ClientInterface) DeleteExperienceTag

func (_m *ClientInterface) DeleteExperienceTag(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteExperienceTag provides a mock function with given fields: ctx, projectID, experienceTagID, reqEditors

func (*ClientInterface) DeleteJobLog

func (_m *ClientInterface) DeleteJobLog(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteJobLog provides a mock function with given fields: ctx, projectID, batchID, jobID, logID, reqEditors

func (*ClientInterface) EXPECT

func (*ClientInterface) GetBatch

func (_m *ClientInterface) GetBatch(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBatch provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientInterface) GetBatchLog

func (_m *ClientInterface) GetBatchLog(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBatchLog provides a mock function with given fields: ctx, projectID, batchID, logID, reqEditors

func (*ClientInterface) GetBatchSuggestions

func (_m *ClientInterface) GetBatchSuggestions(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBatchSuggestions provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientInterface) GetBranchForProject

func (_m *ClientInterface) GetBranchForProject(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBranchForProject provides a mock function with given fields: ctx, projectID, branchID, reqEditors

func (*ClientInterface) GetBuild

func (_m *ClientInterface) GetBuild(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBuild provides a mock function with given fields: ctx, projectID, buildID, reqEditors

func (*ClientInterface) GetBuildForBranch

func (_m *ClientInterface) GetBuildForBranch(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBuildForBranch provides a mock function with given fields: ctx, projectID, branchID, buildID, reqEditors

func (*ClientInterface) GetBuildForSystem

func (_m *ClientInterface) GetBuildForSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetBuildForSystem provides a mock function with given fields: ctx, projectID, systemID, buildID, reqEditors

func (*ClientInterface) GetEventForJob

func (_m *ClientInterface) GetEventForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetEventForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, reqEditors

func (*ClientInterface) GetExperience

func (_m *ClientInterface) GetExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetExperience provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientInterface) GetExperienceTag

func (_m *ClientInterface) GetExperienceTag(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetExperienceTag provides a mock function with given fields: ctx, projectID, experienceTagID, reqEditors

func (*ClientInterface) GetJob

func (_m *ClientInterface) GetJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetJob provides a mock function with given fields: ctx, projectID, batchID, jobID, reqEditors

func (*ClientInterface) GetJobLog

func (_m *ClientInterface) GetJobLog(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetJobLog provides a mock function with given fields: ctx, projectID, batchID, jobID, logID, reqEditors

func (*ClientInterface) GetMetricsBuild

func (_m *ClientInterface) GetMetricsBuild(ctx context.Context, projectID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetMetricsBuild provides a mock function with given fields: ctx, projectID, metricsBuildID, reqEditors

func (*ClientInterface) GetParameterSweep

func (_m *ClientInterface) GetParameterSweep(ctx context.Context, projectID uuid.UUID, sweepID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetParameterSweep provides a mock function with given fields: ctx, projectID, sweepID, reqEditors

func (*ClientInterface) GetProject

func (_m *ClientInterface) GetProject(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProject provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) GetQuota

func (_m *ClientInterface) GetQuota(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetQuota provides a mock function with given fields: ctx, reqEditors

func (*ClientInterface) GetReport

func (_m *ClientInterface) GetReport(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetReport provides a mock function with given fields: ctx, projectID, reportID, reqEditors

func (*ClientInterface) GetReportLog

func (_m *ClientInterface) GetReportLog(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetReportLog provides a mock function with given fields: ctx, projectID, reportID, logID, reqEditors

func (*ClientInterface) GetSystem

func (_m *ClientInterface) GetSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSystem provides a mock function with given fields: ctx, projectID, systemID, reqEditors

func (*ClientInterface) GetSystemsForExperience

func (_m *ClientInterface) GetSystemsForExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, params *api.GetSystemsForExperienceParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSystemsForExperience provides a mock function with given fields: ctx, projectID, experienceID, params, reqEditors

func (*ClientInterface) GetSystemsForMetricsBuild

func (_m *ClientInterface) GetSystemsForMetricsBuild(ctx context.Context, projectID uuid.UUID, metricsBuildID uuid.UUID, params *api.GetSystemsForMetricsBuildParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetSystemsForMetricsBuild provides a mock function with given fields: ctx, projectID, metricsBuildID, params, reqEditors

func (*ClientInterface) GetTestSuite

func (_m *ClientInterface) GetTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientInterface) GetTestSuiteRevision

func (_m *ClientInterface) GetTestSuiteRevision(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetTestSuiteRevision provides a mock function with given fields: ctx, projectID, testSuiteID, revision, reqEditors

func (*ClientInterface) GetTestSuiteSummary

func (_m *ClientInterface) GetTestSuiteSummary(ctx context.Context, projectID uuid.UUID, params *api.GetTestSuiteSummaryParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetTestSuiteSummary provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) GetViewSession

func (_m *ClientInterface) GetViewSession(ctx context.Context, viewSessionID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetViewSession provides a mock function with given fields: ctx, viewSessionID, reqEditors

func (*ClientInterface) GetWorkflow added in v0.27.0

func (_m *ClientInterface) GetWorkflow(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetWorkflow provides a mock function with given fields: ctx, projectID, workflowID, reqEditors

func (*ClientInterface) GetWorkflowRun added in v0.27.0

func (_m *ClientInterface) GetWorkflowRun(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, workflowRunID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetWorkflowRun provides a mock function with given fields: ctx, projectID, workflowID, workflowRunID, reqEditors

func (*ClientInterface) Health

func (_m *ClientInterface) Health(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

Health provides a mock function with given fields: ctx, reqEditors

func (*ClientInterface) ListAllJobs

func (_m *ClientInterface) ListAllJobs(ctx context.Context, projectID uuid.UUID, params *api.ListAllJobsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListAllJobs provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListBatchAccounts

func (_m *ClientInterface) ListBatchAccounts(ctx context.Context, projectID uuid.UUID, params *api.ListBatchAccountsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchAccounts provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListBatchErrors

func (_m *ClientInterface) ListBatchErrors(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchErrors provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientInterface) ListBatchLogsForBatch

func (_m *ClientInterface) ListBatchLogsForBatch(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchLogsForBatchParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchLogsForBatch provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientInterface) ListBatchMetrics

func (_m *ClientInterface) ListBatchMetrics(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchMetricsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchMetrics provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientInterface) ListBatchMetricsData

func (_m *ClientInterface) ListBatchMetricsData(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchMetricsDataParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchMetricsData provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientInterface) ListBatchMetricsDataForBatchMetricIDs

func (_m *ClientInterface) ListBatchMetricsDataForBatchMetricIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListBatchMetricsDataForBatchMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchMetricsDataForBatchMetricIDs provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientInterface) ListBatchMetricsDataForBatchMetricsDataIDs

func (_m *ClientInterface) ListBatchMetricsDataForBatchMetricsDataIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListBatchMetricsDataForBatchMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchMetricsDataForBatchMetricsDataIDs provides a mock function with given fields: ctx, projectID, batchID, metricsDataID, params, reqEditors

func (*ClientInterface) ListBatchMetricsForBatchMetricIDs

func (_m *ClientInterface) ListBatchMetricsForBatchMetricIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListBatchMetricsForBatchMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchMetricsForBatchMetricIDs provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientInterface) ListBatches

func (_m *ClientInterface) ListBatches(ctx context.Context, projectID uuid.UUID, params *api.ListBatchesParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatches provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListBatchesForBuilds

func (_m *ClientInterface) ListBatchesForBuilds(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID []uuid.UUID, params *api.ListBatchesForBuildsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchesForBuilds provides a mock function with given fields: ctx, projectID, branchID, buildID, params, reqEditors

func (*ClientInterface) ListBatchesForTestSuite

func (_m *ClientInterface) ListBatchesForTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, params *api.ListBatchesForTestSuiteParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchesForTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, params, reqEditors

func (*ClientInterface) ListBatchesForTestSuiteRevision

func (_m *ClientInterface) ListBatchesForTestSuiteRevision(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, params *api.ListBatchesForTestSuiteRevisionParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBatchesForTestSuiteRevision provides a mock function with given fields: ctx, projectID, testSuiteID, revision, params, reqEditors

func (*ClientInterface) ListBranchesForProject

func (_m *ClientInterface) ListBranchesForProject(ctx context.Context, projectID uuid.UUID, params *api.ListBranchesForProjectParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBranchesForProject provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListBuildAccounts

func (_m *ClientInterface) ListBuildAccounts(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBuildAccounts provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) ListBuilds

func (_m *ClientInterface) ListBuilds(ctx context.Context, projectID uuid.UUID, params *api.ListBuildsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBuilds provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListBuildsForBranches

func (_m *ClientInterface) ListBuildsForBranches(ctx context.Context, projectID uuid.UUID, branchID []uuid.UUID, params *api.ListBuildsForBranchesParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBuildsForBranches provides a mock function with given fields: ctx, projectID, branchID, params, reqEditors

func (*ClientInterface) ListBuildsForSystem

func (_m *ClientInterface) ListBuildsForSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, params *api.ListBuildsForSystemParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListBuildsForSystem provides a mock function with given fields: ctx, projectID, systemID, params, reqEditors

func (*ClientInterface) ListEventTagsForJob

func (_m *ClientInterface) ListEventTagsForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListEventTagsForJobParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListEventTagsForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientInterface) ListEventsForJob

func (_m *ClientInterface) ListEventsForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListEventsForJobParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListEventsForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientInterface) ListExperienceTags

func (_m *ClientInterface) ListExperienceTags(ctx context.Context, projectID uuid.UUID, params *api.ListExperienceTagsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListExperienceTags provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListExperienceTagsForExperience

func (_m *ClientInterface) ListExperienceTagsForExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, params *api.ListExperienceTagsForExperienceParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListExperienceTagsForExperience provides a mock function with given fields: ctx, projectID, experienceID, params, reqEditors

func (*ClientInterface) ListExperiences

func (_m *ClientInterface) ListExperiences(ctx context.Context, projectID uuid.UUID, params *api.ListExperiencesParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListExperiences provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListExperiencesForSystem

func (_m *ClientInterface) ListExperiencesForSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, params *api.ListExperiencesForSystemParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListExperiencesForSystem provides a mock function with given fields: ctx, projectID, systemID, params, reqEditors

func (*ClientInterface) ListExperiencesWithExperienceTag

func (_m *ClientInterface) ListExperiencesWithExperienceTag(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, params *api.ListExperiencesWithExperienceTagParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListExperiencesWithExperienceTag provides a mock function with given fields: ctx, projectID, experienceTagID, params, reqEditors

func (*ClientInterface) ListJobLogsForJob

func (_m *ClientInterface) ListJobLogsForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListJobLogsForJobParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListJobLogsForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientInterface) ListJobs

func (_m *ClientInterface) ListJobs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListJobsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListJobs provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientInterface) ListLogsForReport

func (_m *ClientInterface) ListLogsForReport(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListLogsForReportParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListLogsForReport provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientInterface) ListMetricsBuilds

func (_m *ClientInterface) ListMetricsBuilds(ctx context.Context, projectID uuid.UUID, params *api.ListMetricsBuildsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsBuilds provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListMetricsDataForJob

func (_m *ClientInterface) ListMetricsDataForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListMetricsDataForJobParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsDataForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientInterface) ListMetricsDataForMetricIDs

func (_m *ClientInterface) ListMetricsDataForMetricIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListMetricsDataForMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsDataForMetricIDs provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientInterface) ListMetricsDataForMetricsDataIDs

func (_m *ClientInterface) ListMetricsDataForMetricsDataIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListMetricsDataForMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsDataForMetricsDataIDs provides a mock function with given fields: ctx, projectID, batchID, jobID, metricsDataID, params, reqEditors

func (*ClientInterface) ListMetricsForJob

func (_m *ClientInterface) ListMetricsForJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListMetricsForJobParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsForJob provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientInterface) ListMetricsForMetricIDs

func (_m *ClientInterface) ListMetricsForMetricIDs(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListMetricsForMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListMetricsForMetricIDs provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientInterface) ListParameterSweeps

func (_m *ClientInterface) ListParameterSweeps(ctx context.Context, projectID uuid.UUID, params *api.ListParameterSweepsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListParameterSweeps provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListProjects

func (_m *ClientInterface) ListProjects(ctx context.Context, params *api.ListProjectsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListProjects provides a mock function with given fields: ctx, params, reqEditors

func (*ClientInterface) ListReportAccounts

func (_m *ClientInterface) ListReportAccounts(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportAccounts provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) ListReportMetrics

func (_m *ClientInterface) ListReportMetrics(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListReportMetricsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportMetrics provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientInterface) ListReportMetricsData

func (_m *ClientInterface) ListReportMetricsData(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListReportMetricsDataParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportMetricsData provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientInterface) ListReportMetricsDataForReportMetricIDs

func (_m *ClientInterface) ListReportMetricsDataForReportMetricIDs(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListReportMetricsDataForReportMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportMetricsDataForReportMetricIDs provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientInterface) ListReportMetricsDataForReportMetricsDataIDs

func (_m *ClientInterface) ListReportMetricsDataForReportMetricsDataIDs(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListReportMetricsDataForReportMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportMetricsDataForReportMetricsDataIDs provides a mock function with given fields: ctx, projectID, reportID, metricsDataID, params, reqEditors

func (*ClientInterface) ListReportMetricsForReportMetricIDs

func (_m *ClientInterface) ListReportMetricsForReportMetricIDs(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListReportMetricsForReportMetricIDsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReportMetricsForReportMetricIDs provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientInterface) ListReports

func (_m *ClientInterface) ListReports(ctx context.Context, projectID uuid.UUID, params *api.ListReportsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListReports provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListServiceProfiles

func (_m *ClientInterface) ListServiceProfiles(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListServiceProfiles provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) ListSweepAccounts

func (_m *ClientInterface) ListSweepAccounts(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListSweepAccounts provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientInterface) ListSystems

func (_m *ClientInterface) ListSystems(ctx context.Context, projectID uuid.UUID, params *api.ListSystemsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListSystems provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListTagsForBatchMetrics

func (_m *ClientInterface) ListTagsForBatchMetrics(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForBatchMetricsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListTagsForBatchMetrics provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientInterface) ListTagsForJobMetrics

func (_m *ClientInterface) ListTagsForJobMetrics(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForJobMetricsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListTagsForJobMetrics provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientInterface) ListTagsForReportMetrics

func (_m *ClientInterface) ListTagsForReportMetrics(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForReportMetricsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListTagsForReportMetrics provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientInterface) ListTestSuiteRevisions

func (_m *ClientInterface) ListTestSuiteRevisions(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, params *api.ListTestSuiteRevisionsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListTestSuiteRevisions provides a mock function with given fields: ctx, projectID, testSuiteID, params, reqEditors

func (*ClientInterface) ListTestSuites

func (_m *ClientInterface) ListTestSuites(ctx context.Context, projectID uuid.UUID, params *api.ListTestSuitesParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListTestSuites provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) ListViewSessions

func (_m *ClientInterface) ListViewSessions(ctx context.Context, params *api.ListViewSessionsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListViewSessions provides a mock function with given fields: ctx, params, reqEditors

func (*ClientInterface) ListWorkflowRuns added in v0.27.0

func (_m *ClientInterface) ListWorkflowRuns(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, params *api.ListWorkflowRunsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListWorkflowRuns provides a mock function with given fields: ctx, projectID, workflowID, params, reqEditors

func (*ClientInterface) ListWorkflowSuites added in v0.27.0

func (_m *ClientInterface) ListWorkflowSuites(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListWorkflowSuites provides a mock function with given fields: ctx, projectID, workflowID, reqEditors

func (*ClientInterface) ListWorkflows added in v0.27.0

func (_m *ClientInterface) ListWorkflows(ctx context.Context, projectID uuid.UUID, params *api.ListWorkflowsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ListWorkflows provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientInterface) RemoveExperienceTagFromExperience

func (_m *ClientInterface) RemoveExperienceTagFromExperience(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveExperienceTagFromExperience provides a mock function with given fields: ctx, projectID, experienceTagID, experienceID, reqEditors

func (*ClientInterface) RemoveExperiencesFromTestSuite

func (_m *ClientInterface) RemoveExperiencesFromTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.SelectExperiencesInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveExperiencesFromTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientInterface) RemoveExperiencesFromTestSuiteWithBody

func (_m *ClientInterface) RemoveExperiencesFromTestSuiteWithBody(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveExperiencesFromTestSuiteWithBody provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientInterface) RemoveSystemFromExperience

func (_m *ClientInterface) RemoveSystemFromExperience(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveSystemFromExperience provides a mock function with given fields: ctx, projectID, systemID, experienceID, reqEditors

func (*ClientInterface) RemoveSystemFromMetricsBuild

func (_m *ClientInterface) RemoveSystemFromMetricsBuild(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveSystemFromMetricsBuild provides a mock function with given fields: ctx, projectID, systemID, metricsBuildID, reqEditors

func (*ClientInterface) RemoveSystemsFromExperiences

func (_m *ClientInterface) RemoveSystemsFromExperiences(ctx context.Context, projectID uuid.UUID, body api.MutateSystemsToExperienceInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveSystemsFromExperiences provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) RemoveSystemsFromExperiencesWithBody

func (_m *ClientInterface) RemoveSystemsFromExperiencesWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RemoveSystemsFromExperiencesWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) RerunBatch

func (_m *ClientInterface) RerunBatch(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, body api.RerunBatchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RerunBatch provides a mock function with given fields: ctx, projectID, batchID, body, reqEditors

func (*ClientInterface) RerunBatchWithBody

func (_m *ClientInterface) RerunBatchWithBody(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RerunBatchWithBody provides a mock function with given fields: ctx, projectID, batchID, contentType, body, reqEditors

func (*ClientInterface) RestoreExperience

func (_m *ClientInterface) RestoreExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RestoreExperience provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientInterface) RestoreTestSuite

func (_m *ClientInterface) RestoreTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RestoreTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientInterface) ReviseTestSuite

func (_m *ClientInterface) ReviseTestSuite(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.ReviseTestSuiteInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ReviseTestSuite provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientInterface) ReviseTestSuiteWithBody

func (_m *ClientInterface) ReviseTestSuiteWithBody(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ReviseTestSuiteWithBody provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientInterface) UpdateBatch

func (_m *ClientInterface) UpdateBatch(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, body api.UpdateBatchInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateBatch provides a mock function with given fields: ctx, projectID, batchID, body, reqEditors

func (*ClientInterface) UpdateBatchWithBody

func (_m *ClientInterface) UpdateBatchWithBody(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateBatchWithBody provides a mock function with given fields: ctx, projectID, batchID, contentType, body, reqEditors

func (*ClientInterface) UpdateBuild

func (_m *ClientInterface) UpdateBuild(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, body api.UpdateBuildInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateBuild provides a mock function with given fields: ctx, projectID, buildID, body, reqEditors

func (*ClientInterface) UpdateBuildWithBody

func (_m *ClientInterface) UpdateBuildWithBody(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateBuildWithBody provides a mock function with given fields: ctx, projectID, buildID, contentType, body, reqEditors

func (*ClientInterface) UpdateEvent

func (_m *ClientInterface) UpdateEvent(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, body api.UpdateEventInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateEvent provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, body, reqEditors

func (*ClientInterface) UpdateEventWithBody

func (_m *ClientInterface) UpdateEventWithBody(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateEventWithBody provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, contentType, body, reqEditors

func (*ClientInterface) UpdateExperience

func (_m *ClientInterface) UpdateExperience(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, body api.UpdateExperienceInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateExperience provides a mock function with given fields: ctx, projectID, experienceID, body, reqEditors

func (*ClientInterface) UpdateExperienceTag

func (_m *ClientInterface) UpdateExperienceTag(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, body api.UpdateExperienceTagInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateExperienceTag provides a mock function with given fields: ctx, projectID, experienceTagID, body, reqEditors

func (*ClientInterface) UpdateExperienceTagWithBody

func (_m *ClientInterface) UpdateExperienceTagWithBody(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateExperienceTagWithBody provides a mock function with given fields: ctx, projectID, experienceTagID, contentType, body, reqEditors

func (*ClientInterface) UpdateExperienceWithBody

func (_m *ClientInterface) UpdateExperienceWithBody(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateExperienceWithBody provides a mock function with given fields: ctx, projectID, experienceID, contentType, body, reqEditors

func (*ClientInterface) UpdateJob

func (_m *ClientInterface) UpdateJob(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, body api.UpdateJobInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateJob provides a mock function with given fields: ctx, projectID, batchID, jobID, body, reqEditors

func (*ClientInterface) UpdateJobWithBody

func (_m *ClientInterface) UpdateJobWithBody(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateJobWithBody provides a mock function with given fields: ctx, projectID, batchID, jobID, contentType, body, reqEditors

func (*ClientInterface) UpdateProject

func (_m *ClientInterface) UpdateProject(ctx context.Context, projectID uuid.UUID, body api.UpdateProjectInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateProject provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientInterface) UpdateProjectWithBody

func (_m *ClientInterface) UpdateProjectWithBody(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateProjectWithBody provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientInterface) UpdateSystem

func (_m *ClientInterface) UpdateSystem(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, body api.UpdateSystemInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateSystem provides a mock function with given fields: ctx, projectID, systemID, body, reqEditors

func (*ClientInterface) UpdateSystemWithBody

func (_m *ClientInterface) UpdateSystemWithBody(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateSystemWithBody provides a mock function with given fields: ctx, projectID, systemID, contentType, body, reqEditors

func (*ClientInterface) UpdateWorkflow added in v0.27.0

func (_m *ClientInterface) UpdateWorkflow(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, body api.UpdateWorkflowInput, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateWorkflow provides a mock function with given fields: ctx, projectID, workflowID, body, reqEditors

func (*ClientInterface) UpdateWorkflowWithBody added in v0.27.0

func (_m *ClientInterface) UpdateWorkflowWithBody(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdateWorkflowWithBody provides a mock function with given fields: ctx, projectID, workflowID, contentType, body, reqEditors

func (*ClientInterface) ValidateExperienceLocation

func (_m *ClientInterface) ValidateExperienceLocation(ctx context.Context, body api.ExperienceLocation, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ValidateExperienceLocation provides a mock function with given fields: ctx, body, reqEditors

func (*ClientInterface) ValidateExperienceLocationWithBody

func (_m *ClientInterface) ValidateExperienceLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ValidateExperienceLocationWithBody provides a mock function with given fields: ctx, contentType, body, reqEditors

type ClientInterface_AddExperienceTagToExperience_Call

type ClientInterface_AddExperienceTagToExperience_Call struct {
	*mock.Call
}

ClientInterface_AddExperienceTagToExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperienceTagToExperience'

func (*ClientInterface_AddExperienceTagToExperience_Call) Return

func (*ClientInterface_AddExperienceTagToExperience_Call) Run

type ClientInterface_AddExperiencesToTestSuiteWithBody_Call

type ClientInterface_AddExperiencesToTestSuiteWithBody_Call struct {
	*mock.Call
}

ClientInterface_AddExperiencesToTestSuiteWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperiencesToTestSuiteWithBody'

func (*ClientInterface_AddExperiencesToTestSuiteWithBody_Call) Return

func (*ClientInterface_AddExperiencesToTestSuiteWithBody_Call) Run

type ClientInterface_AddExperiencesToTestSuite_Call

type ClientInterface_AddExperiencesToTestSuite_Call struct {
	*mock.Call
}

ClientInterface_AddExperiencesToTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperiencesToTestSuite'

func (*ClientInterface_AddExperiencesToTestSuite_Call) Return

func (*ClientInterface_AddExperiencesToTestSuite_Call) Run

type ClientInterface_AddSystemToExperience_Call

type ClientInterface_AddSystemToExperience_Call struct {
	*mock.Call
}

ClientInterface_AddSystemToExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemToExperience'

func (*ClientInterface_AddSystemToExperience_Call) Return

func (*ClientInterface_AddSystemToExperience_Call) Run

func (_c *ClientInterface_AddSystemToExperience_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_AddSystemToExperience_Call

func (*ClientInterface_AddSystemToExperience_Call) RunAndReturn

type ClientInterface_AddSystemToMetricsBuild_Call

type ClientInterface_AddSystemToMetricsBuild_Call struct {
	*mock.Call
}

ClientInterface_AddSystemToMetricsBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemToMetricsBuild'

func (*ClientInterface_AddSystemToMetricsBuild_Call) Return

func (*ClientInterface_AddSystemToMetricsBuild_Call) Run

func (_c *ClientInterface_AddSystemToMetricsBuild_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_AddSystemToMetricsBuild_Call

func (*ClientInterface_AddSystemToMetricsBuild_Call) RunAndReturn

type ClientInterface_AddSystemsToExperiencesWithBody_Call

type ClientInterface_AddSystemsToExperiencesWithBody_Call struct {
	*mock.Call
}

ClientInterface_AddSystemsToExperiencesWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemsToExperiencesWithBody'

func (*ClientInterface_AddSystemsToExperiencesWithBody_Call) Return

func (*ClientInterface_AddSystemsToExperiencesWithBody_Call) Run

type ClientInterface_AddSystemsToExperiences_Call

type ClientInterface_AddSystemsToExperiences_Call struct {
	*mock.Call
}

ClientInterface_AddSystemsToExperiences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemsToExperiences'

func (*ClientInterface_AddSystemsToExperiences_Call) Return

func (*ClientInterface_AddSystemsToExperiences_Call) Run

type ClientInterface_AddTagsToExperiencesWithBody_Call

type ClientInterface_AddTagsToExperiencesWithBody_Call struct {
	*mock.Call
}

ClientInterface_AddTagsToExperiencesWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTagsToExperiencesWithBody'

func (*ClientInterface_AddTagsToExperiencesWithBody_Call) Return

func (*ClientInterface_AddTagsToExperiencesWithBody_Call) Run

func (*ClientInterface_AddTagsToExperiencesWithBody_Call) RunAndReturn

type ClientInterface_AddTagsToExperiences_Call

type ClientInterface_AddTagsToExperiences_Call struct {
	*mock.Call
}

ClientInterface_AddTagsToExperiences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTagsToExperiences'

func (*ClientInterface_AddTagsToExperiences_Call) Return

func (*ClientInterface_AddTagsToExperiences_Call) Run

type ClientInterface_AddTestSuitesToExperiencesWithBody_Call

type ClientInterface_AddTestSuitesToExperiencesWithBody_Call struct {
	*mock.Call
}

ClientInterface_AddTestSuitesToExperiencesWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTestSuitesToExperiencesWithBody'

func (*ClientInterface_AddTestSuitesToExperiencesWithBody_Call) Return

func (*ClientInterface_AddTestSuitesToExperiencesWithBody_Call) Run

type ClientInterface_AddTestSuitesToExperiences_Call

type ClientInterface_AddTestSuitesToExperiences_Call struct {
	*mock.Call
}

ClientInterface_AddTestSuitesToExperiences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTestSuitesToExperiences'

func (*ClientInterface_AddTestSuitesToExperiences_Call) Return

func (*ClientInterface_AddTestSuitesToExperiences_Call) Run

type ClientInterface_ArchiveExperience_Call

type ClientInterface_ArchiveExperience_Call struct {
	*mock.Call
}

ClientInterface_ArchiveExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveExperience'

func (*ClientInterface_ArchiveExperience_Call) Return

func (*ClientInterface_ArchiveExperience_Call) Run

func (*ClientInterface_ArchiveExperience_Call) RunAndReturn

type ClientInterface_ArchiveProject_Call

type ClientInterface_ArchiveProject_Call struct {
	*mock.Call
}

ClientInterface_ArchiveProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveProject'

func (*ClientInterface_ArchiveProject_Call) Return

func (*ClientInterface_ArchiveProject_Call) Run

func (*ClientInterface_ArchiveProject_Call) RunAndReturn

type ClientInterface_ArchiveSystem_Call

type ClientInterface_ArchiveSystem_Call struct {
	*mock.Call
}

ClientInterface_ArchiveSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveSystem'

func (*ClientInterface_ArchiveSystem_Call) Return

func (*ClientInterface_ArchiveSystem_Call) Run

func (_c *ClientInterface_ArchiveSystem_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_ArchiveSystem_Call

func (*ClientInterface_ArchiveSystem_Call) RunAndReturn

type ClientInterface_ArchiveTestSuite_Call

type ClientInterface_ArchiveTestSuite_Call struct {
	*mock.Call
}

ClientInterface_ArchiveTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveTestSuite'

func (*ClientInterface_ArchiveTestSuite_Call) Return

func (*ClientInterface_ArchiveTestSuite_Call) Run

func (*ClientInterface_ArchiveTestSuite_Call) RunAndReturn

type ClientInterface_CancelBatch_Call

type ClientInterface_CancelBatch_Call struct {
	*mock.Call
}

ClientInterface_CancelBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelBatch'

func (*ClientInterface_CancelBatch_Call) Return

func (*ClientInterface_CancelBatch_Call) Run

func (_c *ClientInterface_CancelBatch_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_CancelBatch_Call

func (*ClientInterface_CancelBatch_Call) RunAndReturn

type ClientInterface_CancelParameterSweep_Call

type ClientInterface_CancelParameterSweep_Call struct {
	*mock.Call
}

ClientInterface_CancelParameterSweep_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelParameterSweep'

func (*ClientInterface_CancelParameterSweep_Call) Return

func (*ClientInterface_CancelParameterSweep_Call) Run

func (*ClientInterface_CancelParameterSweep_Call) RunAndReturn

type ClientInterface_CompareBatches_Call

type ClientInterface_CompareBatches_Call struct {
	*mock.Call
}

ClientInterface_CompareBatches_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompareBatches'

func (*ClientInterface_CompareBatches_Call) Return

func (*ClientInterface_CompareBatches_Call) Run

func (_c *ClientInterface_CompareBatches_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, otherBatchID uuid.UUID, params *api.CompareBatchesParams, reqEditors ...api.RequestEditorFn)) *ClientInterface_CompareBatches_Call

type ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call

type ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteRevisionWithBody'

func (*ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call) Return

func (*ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call) Run

type ClientInterface_CreateBatchForTestSuiteRevision_Call

type ClientInterface_CreateBatchForTestSuiteRevision_Call struct {
	*mock.Call
}

ClientInterface_CreateBatchForTestSuiteRevision_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteRevision'

func (*ClientInterface_CreateBatchForTestSuiteRevision_Call) Return

func (*ClientInterface_CreateBatchForTestSuiteRevision_Call) Run

type ClientInterface_CreateBatchForTestSuiteWithBody_Call

type ClientInterface_CreateBatchForTestSuiteWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBatchForTestSuiteWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteWithBody'

func (*ClientInterface_CreateBatchForTestSuiteWithBody_Call) Return

func (*ClientInterface_CreateBatchForTestSuiteWithBody_Call) Run

type ClientInterface_CreateBatchForTestSuite_Call

type ClientInterface_CreateBatchForTestSuite_Call struct {
	*mock.Call
}

ClientInterface_CreateBatchForTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuite'

func (*ClientInterface_CreateBatchForTestSuite_Call) Return

func (*ClientInterface_CreateBatchForTestSuite_Call) Run

type ClientInterface_CreateBatchWithBody_Call

type ClientInterface_CreateBatchWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBatchWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchWithBody'

func (*ClientInterface_CreateBatchWithBody_Call) Return

func (*ClientInterface_CreateBatchWithBody_Call) Run

func (*ClientInterface_CreateBatchWithBody_Call) RunAndReturn

type ClientInterface_CreateBatch_Call

type ClientInterface_CreateBatch_Call struct {
	*mock.Call
}

ClientInterface_CreateBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatch'

func (*ClientInterface_CreateBatch_Call) Return

func (*ClientInterface_CreateBatch_Call) Run

func (*ClientInterface_CreateBatch_Call) RunAndReturn

type ClientInterface_CreateBranchForProjectWithBody_Call

type ClientInterface_CreateBranchForProjectWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBranchForProjectWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBranchForProjectWithBody'

func (*ClientInterface_CreateBranchForProjectWithBody_Call) Return

func (*ClientInterface_CreateBranchForProjectWithBody_Call) Run

type ClientInterface_CreateBranchForProject_Call

type ClientInterface_CreateBranchForProject_Call struct {
	*mock.Call
}

ClientInterface_CreateBranchForProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBranchForProject'

func (*ClientInterface_CreateBranchForProject_Call) Return

func (*ClientInterface_CreateBranchForProject_Call) Run

type ClientInterface_CreateBuildForBranchWithBody_Call

type ClientInterface_CreateBuildForBranchWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBuildForBranchWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForBranchWithBody'

func (*ClientInterface_CreateBuildForBranchWithBody_Call) Return

func (*ClientInterface_CreateBuildForBranchWithBody_Call) Run

type ClientInterface_CreateBuildForBranch_Call

type ClientInterface_CreateBuildForBranch_Call struct {
	*mock.Call
}

ClientInterface_CreateBuildForBranch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForBranch'

func (*ClientInterface_CreateBuildForBranch_Call) Return

func (*ClientInterface_CreateBuildForBranch_Call) Run

type ClientInterface_CreateBuildForSystemWithBody_Call

type ClientInterface_CreateBuildForSystemWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateBuildForSystemWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForSystemWithBody'

func (*ClientInterface_CreateBuildForSystemWithBody_Call) Return

func (*ClientInterface_CreateBuildForSystemWithBody_Call) Run

type ClientInterface_CreateBuildForSystem_Call

type ClientInterface_CreateBuildForSystem_Call struct {
	*mock.Call
}

ClientInterface_CreateBuildForSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForSystem'

func (*ClientInterface_CreateBuildForSystem_Call) Return

func (*ClientInterface_CreateBuildForSystem_Call) Run

type ClientInterface_CreateExperienceTagWithBody_Call

type ClientInterface_CreateExperienceTagWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateExperienceTagWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceTagWithBody'

func (*ClientInterface_CreateExperienceTagWithBody_Call) Return

func (*ClientInterface_CreateExperienceTagWithBody_Call) Run

func (*ClientInterface_CreateExperienceTagWithBody_Call) RunAndReturn

type ClientInterface_CreateExperienceTag_Call

type ClientInterface_CreateExperienceTag_Call struct {
	*mock.Call
}

ClientInterface_CreateExperienceTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceTag'

func (*ClientInterface_CreateExperienceTag_Call) Return

func (*ClientInterface_CreateExperienceTag_Call) Run

type ClientInterface_CreateExperienceWithBody_Call

type ClientInterface_CreateExperienceWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateExperienceWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceWithBody'

func (*ClientInterface_CreateExperienceWithBody_Call) Return

func (*ClientInterface_CreateExperienceWithBody_Call) Run

func (*ClientInterface_CreateExperienceWithBody_Call) RunAndReturn

type ClientInterface_CreateExperience_Call

type ClientInterface_CreateExperience_Call struct {
	*mock.Call
}

ClientInterface_CreateExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperience'

func (*ClientInterface_CreateExperience_Call) Return

func (*ClientInterface_CreateExperience_Call) Run

type ClientInterface_CreateMetricsBuildWithBody_Call

type ClientInterface_CreateMetricsBuildWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateMetricsBuildWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMetricsBuildWithBody'

func (*ClientInterface_CreateMetricsBuildWithBody_Call) Return

func (*ClientInterface_CreateMetricsBuildWithBody_Call) Run

func (*ClientInterface_CreateMetricsBuildWithBody_Call) RunAndReturn

type ClientInterface_CreateMetricsBuild_Call

type ClientInterface_CreateMetricsBuild_Call struct {
	*mock.Call
}

ClientInterface_CreateMetricsBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMetricsBuild'

func (*ClientInterface_CreateMetricsBuild_Call) Return

func (*ClientInterface_CreateMetricsBuild_Call) Run

type ClientInterface_CreateParameterSweepWithBody_Call

type ClientInterface_CreateParameterSweepWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateParameterSweepWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateParameterSweepWithBody'

func (*ClientInterface_CreateParameterSweepWithBody_Call) Return

func (*ClientInterface_CreateParameterSweepWithBody_Call) Run

func (*ClientInterface_CreateParameterSweepWithBody_Call) RunAndReturn

type ClientInterface_CreateParameterSweep_Call

type ClientInterface_CreateParameterSweep_Call struct {
	*mock.Call
}

ClientInterface_CreateParameterSweep_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateParameterSweep'

func (*ClientInterface_CreateParameterSweep_Call) Return

func (*ClientInterface_CreateParameterSweep_Call) Run

type ClientInterface_CreateProjectWithBody_Call

type ClientInterface_CreateProjectWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateProjectWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithBody'

func (*ClientInterface_CreateProjectWithBody_Call) Return

func (*ClientInterface_CreateProjectWithBody_Call) Run

func (*ClientInterface_CreateProjectWithBody_Call) RunAndReturn

type ClientInterface_CreateProject_Call

type ClientInterface_CreateProject_Call struct {
	*mock.Call
}

ClientInterface_CreateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProject'

func (*ClientInterface_CreateProject_Call) Return

func (*ClientInterface_CreateProject_Call) Run

func (*ClientInterface_CreateProject_Call) RunAndReturn

type ClientInterface_CreateReportWithBody_Call

type ClientInterface_CreateReportWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateReportWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReportWithBody'

func (*ClientInterface_CreateReportWithBody_Call) Return

func (*ClientInterface_CreateReportWithBody_Call) Run

func (*ClientInterface_CreateReportWithBody_Call) RunAndReturn

type ClientInterface_CreateReport_Call

type ClientInterface_CreateReport_Call struct {
	*mock.Call
}

ClientInterface_CreateReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReport'

func (*ClientInterface_CreateReport_Call) Return

func (*ClientInterface_CreateReport_Call) Run

func (*ClientInterface_CreateReport_Call) RunAndReturn

type ClientInterface_CreateSystemWithBody_Call

type ClientInterface_CreateSystemWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateSystemWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSystemWithBody'

func (*ClientInterface_CreateSystemWithBody_Call) Return

func (*ClientInterface_CreateSystemWithBody_Call) Run

func (*ClientInterface_CreateSystemWithBody_Call) RunAndReturn

type ClientInterface_CreateSystem_Call

type ClientInterface_CreateSystem_Call struct {
	*mock.Call
}

ClientInterface_CreateSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSystem'

func (*ClientInterface_CreateSystem_Call) Return

func (*ClientInterface_CreateSystem_Call) Run

type ClientInterface_CreateTestSuiteWithBody_Call

type ClientInterface_CreateTestSuiteWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateTestSuiteWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTestSuiteWithBody'

func (*ClientInterface_CreateTestSuiteWithBody_Call) Return

func (*ClientInterface_CreateTestSuiteWithBody_Call) Run

func (*ClientInterface_CreateTestSuiteWithBody_Call) RunAndReturn

type ClientInterface_CreateTestSuite_Call

type ClientInterface_CreateTestSuite_Call struct {
	*mock.Call
}

ClientInterface_CreateTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTestSuite'

func (*ClientInterface_CreateTestSuite_Call) Return

func (*ClientInterface_CreateTestSuite_Call) Run

type ClientInterface_CreateViewSession_Call

type ClientInterface_CreateViewSession_Call struct {
	*mock.Call
}

ClientInterface_CreateViewSession_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateViewSession'

func (*ClientInterface_CreateViewSession_Call) Return

func (*ClientInterface_CreateViewSession_Call) Run

func (*ClientInterface_CreateViewSession_Call) RunAndReturn

type ClientInterface_CreateViewUpdateWithBody_Call

type ClientInterface_CreateViewUpdateWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateViewUpdateWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateViewUpdateWithBody'

func (*ClientInterface_CreateViewUpdateWithBody_Call) Return

func (*ClientInterface_CreateViewUpdateWithBody_Call) Run

func (_c *ClientInterface_CreateViewUpdateWithBody_Call) Run(run func(ctx context.Context, viewSessionID uuid.UUID, viewUpdateID int, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_CreateViewUpdateWithBody_Call

func (*ClientInterface_CreateViewUpdateWithBody_Call) RunAndReturn

type ClientInterface_CreateWorkflowRunWithBody_Call added in v0.27.0

type ClientInterface_CreateWorkflowRunWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateWorkflowRunWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRunWithBody'

func (*ClientInterface_CreateWorkflowRunWithBody_Call) Return added in v0.27.0

func (*ClientInterface_CreateWorkflowRunWithBody_Call) Run added in v0.27.0

func (*ClientInterface_CreateWorkflowRunWithBody_Call) RunAndReturn added in v0.27.0

type ClientInterface_CreateWorkflowRun_Call added in v0.27.0

type ClientInterface_CreateWorkflowRun_Call struct {
	*mock.Call
}

ClientInterface_CreateWorkflowRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRun'

func (*ClientInterface_CreateWorkflowRun_Call) Return added in v0.27.0

func (*ClientInterface_CreateWorkflowRun_Call) Run added in v0.27.0

func (*ClientInterface_CreateWorkflowRun_Call) RunAndReturn added in v0.27.0

type ClientInterface_CreateWorkflowWithBody_Call added in v0.27.0

type ClientInterface_CreateWorkflowWithBody_Call struct {
	*mock.Call
}

ClientInterface_CreateWorkflowWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowWithBody'

func (*ClientInterface_CreateWorkflowWithBody_Call) Return added in v0.27.0

func (*ClientInterface_CreateWorkflowWithBody_Call) Run added in v0.27.0

func (*ClientInterface_CreateWorkflowWithBody_Call) RunAndReturn added in v0.27.0

type ClientInterface_CreateWorkflow_Call added in v0.27.0

type ClientInterface_CreateWorkflow_Call struct {
	*mock.Call
}

ClientInterface_CreateWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflow'

func (*ClientInterface_CreateWorkflow_Call) Return added in v0.27.0

func (*ClientInterface_CreateWorkflow_Call) Run added in v0.27.0

func (*ClientInterface_CreateWorkflow_Call) RunAndReturn added in v0.27.0

type ClientInterface_DebugExperienceWithBody_Call

type ClientInterface_DebugExperienceWithBody_Call struct {
	*mock.Call
}

ClientInterface_DebugExperienceWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugExperienceWithBody'

func (*ClientInterface_DebugExperienceWithBody_Call) Return

func (*ClientInterface_DebugExperienceWithBody_Call) Run

func (_c *ClientInterface_DebugExperienceWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_DebugExperienceWithBody_Call

type ClientInterface_DebugExperience_Call

type ClientInterface_DebugExperience_Call struct {
	*mock.Call
}

ClientInterface_DebugExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugExperience'

func (*ClientInterface_DebugExperience_Call) Return

func (*ClientInterface_DebugExperience_Call) Run

type ClientInterface_DeleteBatchLog_Call

type ClientInterface_DeleteBatchLog_Call struct {
	*mock.Call
}

ClientInterface_DeleteBatchLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBatchLog'

func (*ClientInterface_DeleteBatchLog_Call) Return

func (*ClientInterface_DeleteBatchLog_Call) Run

func (_c *ClientInterface_DeleteBatchLog_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_DeleteBatchLog_Call

func (*ClientInterface_DeleteBatchLog_Call) RunAndReturn

type ClientInterface_DeleteBranchForProject_Call

type ClientInterface_DeleteBranchForProject_Call struct {
	*mock.Call
}

ClientInterface_DeleteBranchForProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBranchForProject'

func (*ClientInterface_DeleteBranchForProject_Call) Return

func (*ClientInterface_DeleteBranchForProject_Call) Run

func (*ClientInterface_DeleteBranchForProject_Call) RunAndReturn

type ClientInterface_DeleteBuildForBranch_Call

type ClientInterface_DeleteBuildForBranch_Call struct {
	*mock.Call
}

ClientInterface_DeleteBuildForBranch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBuildForBranch'

func (*ClientInterface_DeleteBuildForBranch_Call) Return

func (*ClientInterface_DeleteBuildForBranch_Call) Run

func (*ClientInterface_DeleteBuildForBranch_Call) RunAndReturn

type ClientInterface_DeleteExperienceTag_Call

type ClientInterface_DeleteExperienceTag_Call struct {
	*mock.Call
}

ClientInterface_DeleteExperienceTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteExperienceTag'

func (*ClientInterface_DeleteExperienceTag_Call) Return

func (*ClientInterface_DeleteExperienceTag_Call) Run

func (*ClientInterface_DeleteExperienceTag_Call) RunAndReturn

type ClientInterface_DeleteJobLog_Call

type ClientInterface_DeleteJobLog_Call struct {
	*mock.Call
}

ClientInterface_DeleteJobLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobLog'

func (*ClientInterface_DeleteJobLog_Call) Return

func (*ClientInterface_DeleteJobLog_Call) Run

func (_c *ClientInterface_DeleteJobLog_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_DeleteJobLog_Call

func (*ClientInterface_DeleteJobLog_Call) RunAndReturn

type ClientInterface_Expecter

type ClientInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*ClientInterface_Expecter) AddExperienceTagToExperience

func (_e *ClientInterface_Expecter) AddExperienceTagToExperience(ctx interface{}, projectID interface{}, experienceTagID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_AddExperienceTagToExperience_Call

AddExperienceTagToExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddExperiencesToTestSuite

func (_e *ClientInterface_Expecter) AddExperiencesToTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddExperiencesToTestSuite_Call

AddExperiencesToTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.SelectExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddExperiencesToTestSuiteWithBody

func (_e *ClientInterface_Expecter) AddExperiencesToTestSuiteWithBody(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddExperiencesToTestSuiteWithBody_Call

AddExperiencesToTestSuiteWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddSystemToExperience

func (_e *ClientInterface_Expecter) AddSystemToExperience(ctx interface{}, projectID interface{}, systemID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_AddSystemToExperience_Call

AddSystemToExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddSystemToMetricsBuild

func (_e *ClientInterface_Expecter) AddSystemToMetricsBuild(ctx interface{}, projectID interface{}, systemID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientInterface_AddSystemToMetricsBuild_Call

AddSystemToMetricsBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddSystemsToExperiences

func (_e *ClientInterface_Expecter) AddSystemsToExperiences(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddSystemsToExperiences_Call

AddSystemsToExperiences is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.MutateSystemsToExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddSystemsToExperiencesWithBody

func (_e *ClientInterface_Expecter) AddSystemsToExperiencesWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddSystemsToExperiencesWithBody_Call

AddSystemsToExperiencesWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddTagsToExperiences

func (_e *ClientInterface_Expecter) AddTagsToExperiences(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddTagsToExperiences_Call

AddTagsToExperiences is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.AddTagsToExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddTagsToExperiencesWithBody

func (_e *ClientInterface_Expecter) AddTagsToExperiencesWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddTagsToExperiencesWithBody_Call

AddTagsToExperiencesWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddTestSuitesToExperiences

func (_e *ClientInterface_Expecter) AddTestSuitesToExperiences(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddTestSuitesToExperiences_Call

AddTestSuitesToExperiences is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.AddSuitesToExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) AddTestSuitesToExperiencesWithBody

func (_e *ClientInterface_Expecter) AddTestSuitesToExperiencesWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_AddTestSuitesToExperiencesWithBody_Call

AddTestSuitesToExperiencesWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ArchiveExperience

func (_e *ClientInterface_Expecter) ArchiveExperience(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_ArchiveExperience_Call

ArchiveExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ArchiveProject

func (_e *ClientInterface_Expecter) ArchiveProject(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_ArchiveProject_Call

ArchiveProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ArchiveSystem

func (_e *ClientInterface_Expecter) ArchiveSystem(ctx interface{}, projectID interface{}, systemID interface{}, reqEditors ...interface{}) *ClientInterface_ArchiveSystem_Call

ArchiveSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ArchiveTestSuite

func (_e *ClientInterface_Expecter) ArchiveTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientInterface_ArchiveTestSuite_Call

ArchiveTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CancelBatch

func (_e *ClientInterface_Expecter) CancelBatch(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientInterface_CancelBatch_Call

CancelBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CancelParameterSweep

func (_e *ClientInterface_Expecter) CancelParameterSweep(ctx interface{}, projectID interface{}, sweepID interface{}, reqEditors ...interface{}) *ClientInterface_CancelParameterSweep_Call

CancelParameterSweep is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • sweepID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CompareBatches

func (_e *ClientInterface_Expecter) CompareBatches(ctx interface{}, projectID interface{}, batchID interface{}, otherBatchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_CompareBatches_Call

CompareBatches is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • otherBatchID uuid.UUID
  • params *api.CompareBatchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatch

func (_e *ClientInterface_Expecter) CreateBatch(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatch_Call

CreateBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.BatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatchForTestSuite

func (_e *ClientInterface_Expecter) CreateBatchForTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatchForTestSuite_Call

CreateBatchForTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.TestSuiteBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatchForTestSuiteRevision

func (_e *ClientInterface_Expecter) CreateBatchForTestSuiteRevision(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatchForTestSuiteRevision_Call

CreateBatchForTestSuiteRevision is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • body api.TestSuiteBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatchForTestSuiteRevisionWithBody

func (_e *ClientInterface_Expecter) CreateBatchForTestSuiteRevisionWithBody(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatchForTestSuiteRevisionWithBody_Call

CreateBatchForTestSuiteRevisionWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatchForTestSuiteWithBody

func (_e *ClientInterface_Expecter) CreateBatchForTestSuiteWithBody(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatchForTestSuiteWithBody_Call

CreateBatchForTestSuiteWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBatchWithBody

func (_e *ClientInterface_Expecter) CreateBatchWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBatchWithBody_Call

CreateBatchWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBranchForProject

func (_e *ClientInterface_Expecter) CreateBranchForProject(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBranchForProject_Call

CreateBranchForProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateBranchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBranchForProjectWithBody

func (_e *ClientInterface_Expecter) CreateBranchForProjectWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBranchForProjectWithBody_Call

CreateBranchForProjectWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBuildForBranch

func (_e *ClientInterface_Expecter) CreateBuildForBranch(ctx interface{}, projectID interface{}, branchID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBuildForBranch_Call

CreateBuildForBranch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • body api.CreateBuildForBranchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBuildForBranchWithBody

func (_e *ClientInterface_Expecter) CreateBuildForBranchWithBody(ctx interface{}, projectID interface{}, branchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBuildForBranchWithBody_Call

CreateBuildForBranchWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBuildForSystem

func (_e *ClientInterface_Expecter) CreateBuildForSystem(ctx interface{}, projectID interface{}, systemID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBuildForSystem_Call

CreateBuildForSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • body api.CreateBuildForSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateBuildForSystemWithBody

func (_e *ClientInterface_Expecter) CreateBuildForSystemWithBody(ctx interface{}, projectID interface{}, systemID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateBuildForSystemWithBody_Call

CreateBuildForSystemWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateExperience

func (_e *ClientInterface_Expecter) CreateExperience(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateExperience_Call

CreateExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateExperienceTag

func (_e *ClientInterface_Expecter) CreateExperienceTag(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateExperienceTag_Call

CreateExperienceTag is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateExperienceTagInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateExperienceTagWithBody

func (_e *ClientInterface_Expecter) CreateExperienceTagWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateExperienceTagWithBody_Call

CreateExperienceTagWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateExperienceWithBody

func (_e *ClientInterface_Expecter) CreateExperienceWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateExperienceWithBody_Call

CreateExperienceWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateMetricsBuild

func (_e *ClientInterface_Expecter) CreateMetricsBuild(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateMetricsBuild_Call

CreateMetricsBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateMetricsBuildInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateMetricsBuildWithBody

func (_e *ClientInterface_Expecter) CreateMetricsBuildWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateMetricsBuildWithBody_Call

CreateMetricsBuildWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateParameterSweep

func (_e *ClientInterface_Expecter) CreateParameterSweep(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateParameterSweep_Call

CreateParameterSweep is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.ParameterSweepInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateParameterSweepWithBody

func (_e *ClientInterface_Expecter) CreateParameterSweepWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateParameterSweepWithBody_Call

CreateParameterSweepWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateProject

func (_e *ClientInterface_Expecter) CreateProject(ctx interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateProject_Call

CreateProject is a helper method to define mock.On call

  • ctx context.Context
  • body api.CreateProjectInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateProjectWithBody

func (_e *ClientInterface_Expecter) CreateProjectWithBody(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateProjectWithBody_Call

CreateProjectWithBody is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateReport

func (_e *ClientInterface_Expecter) CreateReport(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateReport_Call

CreateReport is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.ReportInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateReportWithBody

func (_e *ClientInterface_Expecter) CreateReportWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateReportWithBody_Call

CreateReportWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateSystem

func (_e *ClientInterface_Expecter) CreateSystem(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateSystem_Call

CreateSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateSystemWithBody

func (_e *ClientInterface_Expecter) CreateSystemWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateSystemWithBody_Call

CreateSystemWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateTestSuite

func (_e *ClientInterface_Expecter) CreateTestSuite(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateTestSuite_Call

CreateTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateTestSuiteInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateTestSuiteWithBody

func (_e *ClientInterface_Expecter) CreateTestSuiteWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateTestSuiteWithBody_Call

CreateTestSuiteWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateViewSession

func (_e *ClientInterface_Expecter) CreateViewSession(ctx interface{}, reqEditors ...interface{}) *ClientInterface_CreateViewSession_Call

CreateViewSession is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateViewUpdateWithBody

func (_e *ClientInterface_Expecter) CreateViewUpdateWithBody(ctx interface{}, viewSessionID interface{}, viewUpdateID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateViewUpdateWithBody_Call

CreateViewUpdateWithBody is a helper method to define mock.On call

  • ctx context.Context
  • viewSessionID uuid.UUID
  • viewUpdateID int
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateWorkflow added in v0.27.0

func (_e *ClientInterface_Expecter) CreateWorkflow(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateWorkflow_Call

CreateWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateWorkflowInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateWorkflowRun added in v0.27.0

func (_e *ClientInterface_Expecter) CreateWorkflowRun(ctx interface{}, projectID interface{}, workflowID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateWorkflowRun_Call

CreateWorkflowRun is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • body api.CreateWorkflowRunInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateWorkflowRunWithBody added in v0.27.0

func (_e *ClientInterface_Expecter) CreateWorkflowRunWithBody(ctx interface{}, projectID interface{}, workflowID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateWorkflowRunWithBody_Call

CreateWorkflowRunWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) CreateWorkflowWithBody added in v0.27.0

func (_e *ClientInterface_Expecter) CreateWorkflowWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_CreateWorkflowWithBody_Call

CreateWorkflowWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DebugExperience

func (_e *ClientInterface_Expecter) DebugExperience(ctx interface{}, projectID interface{}, experienceID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_DebugExperience_Call

DebugExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • body api.DebugExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DebugExperienceWithBody

func (_e *ClientInterface_Expecter) DebugExperienceWithBody(ctx interface{}, projectID interface{}, experienceID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_DebugExperienceWithBody_Call

DebugExperienceWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DeleteBatchLog

func (_e *ClientInterface_Expecter) DeleteBatchLog(ctx interface{}, projectID interface{}, batchID interface{}, logID interface{}, reqEditors ...interface{}) *ClientInterface_DeleteBatchLog_Call

DeleteBatchLog is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DeleteBranchForProject

func (_e *ClientInterface_Expecter) DeleteBranchForProject(ctx interface{}, projectID interface{}, branchID interface{}, reqEditors ...interface{}) *ClientInterface_DeleteBranchForProject_Call

DeleteBranchForProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DeleteBuildForBranch

func (_e *ClientInterface_Expecter) DeleteBuildForBranch(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientInterface_DeleteBuildForBranch_Call

DeleteBuildForBranch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DeleteExperienceTag

func (_e *ClientInterface_Expecter) DeleteExperienceTag(ctx interface{}, projectID interface{}, experienceTagID interface{}, reqEditors ...interface{}) *ClientInterface_DeleteExperienceTag_Call

DeleteExperienceTag is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) DeleteJobLog

func (_e *ClientInterface_Expecter) DeleteJobLog(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, logID interface{}, reqEditors ...interface{}) *ClientInterface_DeleteJobLog_Call

DeleteJobLog is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBatch

func (_e *ClientInterface_Expecter) GetBatch(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientInterface_GetBatch_Call

GetBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBatchLog

func (_e *ClientInterface_Expecter) GetBatchLog(ctx interface{}, projectID interface{}, batchID interface{}, logID interface{}, reqEditors ...interface{}) *ClientInterface_GetBatchLog_Call

GetBatchLog is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBatchSuggestions

func (_e *ClientInterface_Expecter) GetBatchSuggestions(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientInterface_GetBatchSuggestions_Call

GetBatchSuggestions is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBranchForProject

func (_e *ClientInterface_Expecter) GetBranchForProject(ctx interface{}, projectID interface{}, branchID interface{}, reqEditors ...interface{}) *ClientInterface_GetBranchForProject_Call

GetBranchForProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBuild

func (_e *ClientInterface_Expecter) GetBuild(ctx interface{}, projectID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientInterface_GetBuild_Call

GetBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBuildForBranch

func (_e *ClientInterface_Expecter) GetBuildForBranch(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientInterface_GetBuildForBranch_Call

GetBuildForBranch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetBuildForSystem

func (_e *ClientInterface_Expecter) GetBuildForSystem(ctx interface{}, projectID interface{}, systemID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientInterface_GetBuildForSystem_Call

GetBuildForSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetEventForJob

func (_e *ClientInterface_Expecter) GetEventForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, reqEditors ...interface{}) *ClientInterface_GetEventForJob_Call

GetEventForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetExperience

func (_e *ClientInterface_Expecter) GetExperience(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_GetExperience_Call

GetExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetExperienceTag

func (_e *ClientInterface_Expecter) GetExperienceTag(ctx interface{}, projectID interface{}, experienceTagID interface{}, reqEditors ...interface{}) *ClientInterface_GetExperienceTag_Call

GetExperienceTag is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetJob

func (_e *ClientInterface_Expecter) GetJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, reqEditors ...interface{}) *ClientInterface_GetJob_Call

GetJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetJobLog

func (_e *ClientInterface_Expecter) GetJobLog(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, logID interface{}, reqEditors ...interface{}) *ClientInterface_GetJobLog_Call

GetJobLog is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetMetricsBuild

func (_e *ClientInterface_Expecter) GetMetricsBuild(ctx interface{}, projectID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientInterface_GetMetricsBuild_Call

GetMetricsBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetParameterSweep

func (_e *ClientInterface_Expecter) GetParameterSweep(ctx interface{}, projectID interface{}, sweepID interface{}, reqEditors ...interface{}) *ClientInterface_GetParameterSweep_Call

GetParameterSweep is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • sweepID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetProject

func (_e *ClientInterface_Expecter) GetProject(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_GetProject_Call

GetProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetQuota

func (_e *ClientInterface_Expecter) GetQuota(ctx interface{}, reqEditors ...interface{}) *ClientInterface_GetQuota_Call

GetQuota is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetReport

func (_e *ClientInterface_Expecter) GetReport(ctx interface{}, projectID interface{}, reportID interface{}, reqEditors ...interface{}) *ClientInterface_GetReport_Call

GetReport is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetReportLog

func (_e *ClientInterface_Expecter) GetReportLog(ctx interface{}, projectID interface{}, reportID interface{}, logID interface{}, reqEditors ...interface{}) *ClientInterface_GetReportLog_Call

GetReportLog is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetSystem

func (_e *ClientInterface_Expecter) GetSystem(ctx interface{}, projectID interface{}, systemID interface{}, reqEditors ...interface{}) *ClientInterface_GetSystem_Call

GetSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetSystemsForExperience

func (_e *ClientInterface_Expecter) GetSystemsForExperience(ctx interface{}, projectID interface{}, experienceID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_GetSystemsForExperience_Call

GetSystemsForExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • params *api.GetSystemsForExperienceParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetSystemsForMetricsBuild

func (_e *ClientInterface_Expecter) GetSystemsForMetricsBuild(ctx interface{}, projectID interface{}, metricsBuildID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_GetSystemsForMetricsBuild_Call

GetSystemsForMetricsBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • metricsBuildID uuid.UUID
  • params *api.GetSystemsForMetricsBuildParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetTestSuite

func (_e *ClientInterface_Expecter) GetTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientInterface_GetTestSuite_Call

GetTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetTestSuiteRevision

func (_e *ClientInterface_Expecter) GetTestSuiteRevision(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, reqEditors ...interface{}) *ClientInterface_GetTestSuiteRevision_Call

GetTestSuiteRevision is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetTestSuiteSummary

func (_e *ClientInterface_Expecter) GetTestSuiteSummary(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_GetTestSuiteSummary_Call

GetTestSuiteSummary is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.GetTestSuiteSummaryParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetViewSession

func (_e *ClientInterface_Expecter) GetViewSession(ctx interface{}, viewSessionID interface{}, reqEditors ...interface{}) *ClientInterface_GetViewSession_Call

GetViewSession is a helper method to define mock.On call

  • ctx context.Context
  • viewSessionID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetWorkflow added in v0.27.0

func (_e *ClientInterface_Expecter) GetWorkflow(ctx interface{}, projectID interface{}, workflowID interface{}, reqEditors ...interface{}) *ClientInterface_GetWorkflow_Call

GetWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) GetWorkflowRun added in v0.27.0

func (_e *ClientInterface_Expecter) GetWorkflowRun(ctx interface{}, projectID interface{}, workflowID interface{}, workflowRunID interface{}, reqEditors ...interface{}) *ClientInterface_GetWorkflowRun_Call

GetWorkflowRun is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • workflowRunID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) Health

func (_e *ClientInterface_Expecter) Health(ctx interface{}, reqEditors ...interface{}) *ClientInterface_Health_Call

Health is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListAllJobs

func (_e *ClientInterface_Expecter) ListAllJobs(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListAllJobs_Call

ListAllJobs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListAllJobsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchAccounts

func (_e *ClientInterface_Expecter) ListBatchAccounts(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchAccounts_Call

ListBatchAccounts is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBatchAccountsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchErrors

func (_e *ClientInterface_Expecter) ListBatchErrors(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchErrors_Call

ListBatchErrors is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchLogsForBatch

func (_e *ClientInterface_Expecter) ListBatchLogsForBatch(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchLogsForBatch_Call

ListBatchLogsForBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchLogsForBatchParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchMetrics

func (_e *ClientInterface_Expecter) ListBatchMetrics(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchMetrics_Call

ListBatchMetrics is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchMetricsData

func (_e *ClientInterface_Expecter) ListBatchMetricsData(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchMetricsData_Call

ListBatchMetricsData is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchMetricsDataParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchMetricsDataForBatchMetricIDs

func (_e *ClientInterface_Expecter) ListBatchMetricsDataForBatchMetricIDs(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call

ListBatchMetricsDataForBatchMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListBatchMetricsDataForBatchMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchMetricsDataForBatchMetricsDataIDs

func (_e *ClientInterface_Expecter) ListBatchMetricsDataForBatchMetricsDataIDs(ctx interface{}, projectID interface{}, batchID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call

ListBatchMetricsDataForBatchMetricsDataIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListBatchMetricsDataForBatchMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchMetricsForBatchMetricIDs

func (_e *ClientInterface_Expecter) ListBatchMetricsForBatchMetricIDs(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchMetricsForBatchMetricIDs_Call

ListBatchMetricsForBatchMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListBatchMetricsForBatchMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatches

func (_e *ClientInterface_Expecter) ListBatches(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatches_Call

ListBatches is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBatchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchesForBuilds

func (_e *ClientInterface_Expecter) ListBatchesForBuilds(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchesForBuilds_Call

ListBatchesForBuilds is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID []uuid.UUID
  • params *api.ListBatchesForBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchesForTestSuite

func (_e *ClientInterface_Expecter) ListBatchesForTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchesForTestSuite_Call

ListBatchesForTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • params *api.ListBatchesForTestSuiteParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBatchesForTestSuiteRevision

func (_e *ClientInterface_Expecter) ListBatchesForTestSuiteRevision(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBatchesForTestSuiteRevision_Call

ListBatchesForTestSuiteRevision is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • params *api.ListBatchesForTestSuiteRevisionParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBranchesForProject

func (_e *ClientInterface_Expecter) ListBranchesForProject(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBranchesForProject_Call

ListBranchesForProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBranchesForProjectParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBuildAccounts

func (_e *ClientInterface_Expecter) ListBuildAccounts(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_ListBuildAccounts_Call

ListBuildAccounts is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBuilds

func (_e *ClientInterface_Expecter) ListBuilds(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBuilds_Call

ListBuilds is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBuildsForBranches

func (_e *ClientInterface_Expecter) ListBuildsForBranches(ctx interface{}, projectID interface{}, branchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBuildsForBranches_Call

ListBuildsForBranches is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID []uuid.UUID
  • params *api.ListBuildsForBranchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListBuildsForSystem

func (_e *ClientInterface_Expecter) ListBuildsForSystem(ctx interface{}, projectID interface{}, systemID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListBuildsForSystem_Call

ListBuildsForSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • params *api.ListBuildsForSystemParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListEventTagsForJob

func (_e *ClientInterface_Expecter) ListEventTagsForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListEventTagsForJob_Call

ListEventTagsForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListEventTagsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListEventsForJob

func (_e *ClientInterface_Expecter) ListEventsForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListEventsForJob_Call

ListEventsForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListEventsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListExperienceTags

func (_e *ClientInterface_Expecter) ListExperienceTags(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListExperienceTags_Call

ListExperienceTags is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListExperienceTagsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListExperienceTagsForExperience

func (_e *ClientInterface_Expecter) ListExperienceTagsForExperience(ctx interface{}, projectID interface{}, experienceID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListExperienceTagsForExperience_Call

ListExperienceTagsForExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • params *api.ListExperienceTagsForExperienceParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListExperiences

func (_e *ClientInterface_Expecter) ListExperiences(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListExperiences_Call

ListExperiences is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListExperiencesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListExperiencesForSystem

func (_e *ClientInterface_Expecter) ListExperiencesForSystem(ctx interface{}, projectID interface{}, systemID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListExperiencesForSystem_Call

ListExperiencesForSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • params *api.ListExperiencesForSystemParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListExperiencesWithExperienceTag

func (_e *ClientInterface_Expecter) ListExperiencesWithExperienceTag(ctx interface{}, projectID interface{}, experienceTagID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListExperiencesWithExperienceTag_Call

ListExperiencesWithExperienceTag is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • params *api.ListExperiencesWithExperienceTagParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListJobLogsForJob

func (_e *ClientInterface_Expecter) ListJobLogsForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListJobLogsForJob_Call

ListJobLogsForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListJobLogsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListJobs

func (_e *ClientInterface_Expecter) ListJobs(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListJobs_Call

ListJobs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListJobsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListLogsForReport

func (_e *ClientInterface_Expecter) ListLogsForReport(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListLogsForReport_Call

ListLogsForReport is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListLogsForReportParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsBuilds

func (_e *ClientInterface_Expecter) ListMetricsBuilds(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsBuilds_Call

ListMetricsBuilds is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListMetricsBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsDataForJob

func (_e *ClientInterface_Expecter) ListMetricsDataForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsDataForJob_Call

ListMetricsDataForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListMetricsDataForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsDataForMetricIDs

func (_e *ClientInterface_Expecter) ListMetricsDataForMetricIDs(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsDataForMetricIDs_Call

ListMetricsDataForMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListMetricsDataForMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsDataForMetricsDataIDs

func (_e *ClientInterface_Expecter) ListMetricsDataForMetricsDataIDs(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsDataForMetricsDataIDs_Call

ListMetricsDataForMetricsDataIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListMetricsDataForMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsForJob

func (_e *ClientInterface_Expecter) ListMetricsForJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsForJob_Call

ListMetricsForJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListMetricsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListMetricsForMetricIDs

func (_e *ClientInterface_Expecter) ListMetricsForMetricIDs(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListMetricsForMetricIDs_Call

ListMetricsForMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListMetricsForMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListParameterSweeps

func (_e *ClientInterface_Expecter) ListParameterSweeps(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListParameterSweeps_Call

ListParameterSweeps is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListParameterSweepsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListProjects

func (_e *ClientInterface_Expecter) ListProjects(ctx interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListProjects_Call

ListProjects is a helper method to define mock.On call

  • ctx context.Context
  • params *api.ListProjectsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportAccounts

func (_e *ClientInterface_Expecter) ListReportAccounts(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_ListReportAccounts_Call

ListReportAccounts is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportMetrics

func (_e *ClientInterface_Expecter) ListReportMetrics(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReportMetrics_Call

ListReportMetrics is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListReportMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportMetricsData

func (_e *ClientInterface_Expecter) ListReportMetricsData(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReportMetricsData_Call

ListReportMetricsData is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListReportMetricsDataParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportMetricsDataForReportMetricIDs

func (_e *ClientInterface_Expecter) ListReportMetricsDataForReportMetricIDs(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReportMetricsDataForReportMetricIDs_Call

ListReportMetricsDataForReportMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListReportMetricsDataForReportMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportMetricsDataForReportMetricsDataIDs

func (_e *ClientInterface_Expecter) ListReportMetricsDataForReportMetricsDataIDs(ctx interface{}, projectID interface{}, reportID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call

ListReportMetricsDataForReportMetricsDataIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListReportMetricsDataForReportMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReportMetricsForReportMetricIDs

func (_e *ClientInterface_Expecter) ListReportMetricsForReportMetricIDs(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReportMetricsForReportMetricIDs_Call

ListReportMetricsForReportMetricIDs is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListReportMetricsForReportMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListReports

func (_e *ClientInterface_Expecter) ListReports(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListReports_Call

ListReports is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListReportsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListServiceProfiles

func (_e *ClientInterface_Expecter) ListServiceProfiles(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_ListServiceProfiles_Call

ListServiceProfiles is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListSweepAccounts

func (_e *ClientInterface_Expecter) ListSweepAccounts(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientInterface_ListSweepAccounts_Call

ListSweepAccounts is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListSystems

func (_e *ClientInterface_Expecter) ListSystems(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListSystems_Call

ListSystems is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListSystemsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListTagsForBatchMetrics

func (_e *ClientInterface_Expecter) ListTagsForBatchMetrics(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListTagsForBatchMetrics_Call

ListTagsForBatchMetrics is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForBatchMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListTagsForJobMetrics

func (_e *ClientInterface_Expecter) ListTagsForJobMetrics(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListTagsForJobMetrics_Call

ListTagsForJobMetrics is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForJobMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListTagsForReportMetrics

func (_e *ClientInterface_Expecter) ListTagsForReportMetrics(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListTagsForReportMetrics_Call

ListTagsForReportMetrics is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForReportMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListTestSuiteRevisions

func (_e *ClientInterface_Expecter) ListTestSuiteRevisions(ctx interface{}, projectID interface{}, testSuiteID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListTestSuiteRevisions_Call

ListTestSuiteRevisions is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • params *api.ListTestSuiteRevisionsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListTestSuites

func (_e *ClientInterface_Expecter) ListTestSuites(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListTestSuites_Call

ListTestSuites is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListTestSuitesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListViewSessions

func (_e *ClientInterface_Expecter) ListViewSessions(ctx interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListViewSessions_Call

ListViewSessions is a helper method to define mock.On call

  • ctx context.Context
  • params *api.ListViewSessionsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListWorkflowRuns added in v0.27.0

func (_e *ClientInterface_Expecter) ListWorkflowRuns(ctx interface{}, projectID interface{}, workflowID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListWorkflowRuns_Call

ListWorkflowRuns is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • params *api.ListWorkflowRunsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListWorkflowSuites added in v0.27.0

func (_e *ClientInterface_Expecter) ListWorkflowSuites(ctx interface{}, projectID interface{}, workflowID interface{}, reqEditors ...interface{}) *ClientInterface_ListWorkflowSuites_Call

ListWorkflowSuites is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ListWorkflows added in v0.27.0

func (_e *ClientInterface_Expecter) ListWorkflows(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientInterface_ListWorkflows_Call

ListWorkflows is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListWorkflowsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveExperienceTagFromExperience

func (_e *ClientInterface_Expecter) RemoveExperienceTagFromExperience(ctx interface{}, projectID interface{}, experienceTagID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_RemoveExperienceTagFromExperience_Call

RemoveExperienceTagFromExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveExperiencesFromTestSuite

func (_e *ClientInterface_Expecter) RemoveExperiencesFromTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RemoveExperiencesFromTestSuite_Call

RemoveExperiencesFromTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.SelectExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveExperiencesFromTestSuiteWithBody

func (_e *ClientInterface_Expecter) RemoveExperiencesFromTestSuiteWithBody(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call

RemoveExperiencesFromTestSuiteWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveSystemFromExperience

func (_e *ClientInterface_Expecter) RemoveSystemFromExperience(ctx interface{}, projectID interface{}, systemID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_RemoveSystemFromExperience_Call

RemoveSystemFromExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveSystemFromMetricsBuild

func (_e *ClientInterface_Expecter) RemoveSystemFromMetricsBuild(ctx interface{}, projectID interface{}, systemID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientInterface_RemoveSystemFromMetricsBuild_Call

RemoveSystemFromMetricsBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveSystemsFromExperiences

func (_e *ClientInterface_Expecter) RemoveSystemsFromExperiences(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RemoveSystemsFromExperiences_Call

RemoveSystemsFromExperiences is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.MutateSystemsToExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RemoveSystemsFromExperiencesWithBody

func (_e *ClientInterface_Expecter) RemoveSystemsFromExperiencesWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RemoveSystemsFromExperiencesWithBody_Call

RemoveSystemsFromExperiencesWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RerunBatch

func (_e *ClientInterface_Expecter) RerunBatch(ctx interface{}, projectID interface{}, batchID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RerunBatch_Call

RerunBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • body api.RerunBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RerunBatchWithBody

func (_e *ClientInterface_Expecter) RerunBatchWithBody(ctx interface{}, projectID interface{}, batchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_RerunBatchWithBody_Call

RerunBatchWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RestoreExperience

func (_e *ClientInterface_Expecter) RestoreExperience(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientInterface_RestoreExperience_Call

RestoreExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) RestoreTestSuite

func (_e *ClientInterface_Expecter) RestoreTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientInterface_RestoreTestSuite_Call

RestoreTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ReviseTestSuite

func (_e *ClientInterface_Expecter) ReviseTestSuite(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_ReviseTestSuite_Call

ReviseTestSuite is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.ReviseTestSuiteInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ReviseTestSuiteWithBody

func (_e *ClientInterface_Expecter) ReviseTestSuiteWithBody(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_ReviseTestSuiteWithBody_Call

ReviseTestSuiteWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateBatch

func (_e *ClientInterface_Expecter) UpdateBatch(ctx interface{}, projectID interface{}, batchID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateBatch_Call

UpdateBatch is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • body api.UpdateBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateBatchWithBody

func (_e *ClientInterface_Expecter) UpdateBatchWithBody(ctx interface{}, projectID interface{}, batchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateBatchWithBody_Call

UpdateBatchWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateBuild

func (_e *ClientInterface_Expecter) UpdateBuild(ctx interface{}, projectID interface{}, buildID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateBuild_Call

UpdateBuild is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • body api.UpdateBuildInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateBuildWithBody

func (_e *ClientInterface_Expecter) UpdateBuildWithBody(ctx interface{}, projectID interface{}, buildID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateBuildWithBody_Call

UpdateBuildWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateEvent

func (_e *ClientInterface_Expecter) UpdateEvent(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateEvent_Call

UpdateEvent is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • body api.UpdateEventInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateEventWithBody

func (_e *ClientInterface_Expecter) UpdateEventWithBody(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateEventWithBody_Call

UpdateEventWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateExperience

func (_e *ClientInterface_Expecter) UpdateExperience(ctx interface{}, projectID interface{}, experienceID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateExperience_Call

UpdateExperience is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • body api.UpdateExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateExperienceTag

func (_e *ClientInterface_Expecter) UpdateExperienceTag(ctx interface{}, projectID interface{}, experienceTagID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateExperienceTag_Call

UpdateExperienceTag is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • body api.UpdateExperienceTagInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateExperienceTagWithBody

func (_e *ClientInterface_Expecter) UpdateExperienceTagWithBody(ctx interface{}, projectID interface{}, experienceTagID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateExperienceTagWithBody_Call

UpdateExperienceTagWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateExperienceWithBody

func (_e *ClientInterface_Expecter) UpdateExperienceWithBody(ctx interface{}, projectID interface{}, experienceID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateExperienceWithBody_Call

UpdateExperienceWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateJob

func (_e *ClientInterface_Expecter) UpdateJob(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateJob_Call

UpdateJob is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • body api.UpdateJobInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateJobWithBody

func (_e *ClientInterface_Expecter) UpdateJobWithBody(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateJobWithBody_Call

UpdateJobWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateProject

func (_e *ClientInterface_Expecter) UpdateProject(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateProject_Call

UpdateProject is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.UpdateProjectInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateProjectWithBody

func (_e *ClientInterface_Expecter) UpdateProjectWithBody(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateProjectWithBody_Call

UpdateProjectWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateSystem

func (_e *ClientInterface_Expecter) UpdateSystem(ctx interface{}, projectID interface{}, systemID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateSystem_Call

UpdateSystem is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • body api.UpdateSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateSystemWithBody

func (_e *ClientInterface_Expecter) UpdateSystemWithBody(ctx interface{}, projectID interface{}, systemID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateSystemWithBody_Call

UpdateSystemWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateWorkflow added in v0.27.0

func (_e *ClientInterface_Expecter) UpdateWorkflow(ctx interface{}, projectID interface{}, workflowID interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateWorkflow_Call

UpdateWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • body api.UpdateWorkflowInput
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) UpdateWorkflowWithBody added in v0.27.0

func (_e *ClientInterface_Expecter) UpdateWorkflowWithBody(ctx interface{}, projectID interface{}, workflowID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_UpdateWorkflowWithBody_Call

UpdateWorkflowWithBody is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ValidateExperienceLocation

func (_e *ClientInterface_Expecter) ValidateExperienceLocation(ctx interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_ValidateExperienceLocation_Call

ValidateExperienceLocation is a helper method to define mock.On call

  • ctx context.Context
  • body api.ExperienceLocation
  • reqEditors ...api.RequestEditorFn

func (*ClientInterface_Expecter) ValidateExperienceLocationWithBody

func (_e *ClientInterface_Expecter) ValidateExperienceLocationWithBody(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientInterface_ValidateExperienceLocationWithBody_Call

ValidateExperienceLocationWithBody is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

type ClientInterface_GetBatchLog_Call

type ClientInterface_GetBatchLog_Call struct {
	*mock.Call
}

ClientInterface_GetBatchLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatchLog'

func (*ClientInterface_GetBatchLog_Call) Return

func (*ClientInterface_GetBatchLog_Call) Run

func (_c *ClientInterface_GetBatchLog_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetBatchLog_Call

func (*ClientInterface_GetBatchLog_Call) RunAndReturn

type ClientInterface_GetBatchSuggestions_Call

type ClientInterface_GetBatchSuggestions_Call struct {
	*mock.Call
}

ClientInterface_GetBatchSuggestions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatchSuggestions'

func (*ClientInterface_GetBatchSuggestions_Call) Return

func (*ClientInterface_GetBatchSuggestions_Call) Run

func (*ClientInterface_GetBatchSuggestions_Call) RunAndReturn

type ClientInterface_GetBatch_Call

type ClientInterface_GetBatch_Call struct {
	*mock.Call
}

ClientInterface_GetBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatch'

func (*ClientInterface_GetBatch_Call) Return

func (*ClientInterface_GetBatch_Call) Run

func (_c *ClientInterface_GetBatch_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetBatch_Call

func (*ClientInterface_GetBatch_Call) RunAndReturn

type ClientInterface_GetBranchForProject_Call

type ClientInterface_GetBranchForProject_Call struct {
	*mock.Call
}

ClientInterface_GetBranchForProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBranchForProject'

func (*ClientInterface_GetBranchForProject_Call) Return

func (*ClientInterface_GetBranchForProject_Call) Run

func (*ClientInterface_GetBranchForProject_Call) RunAndReturn

type ClientInterface_GetBuildForBranch_Call

type ClientInterface_GetBuildForBranch_Call struct {
	*mock.Call
}

ClientInterface_GetBuildForBranch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuildForBranch'

func (*ClientInterface_GetBuildForBranch_Call) Return

func (*ClientInterface_GetBuildForBranch_Call) Run

func (_c *ClientInterface_GetBuildForBranch_Call) Run(run func(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetBuildForBranch_Call

func (*ClientInterface_GetBuildForBranch_Call) RunAndReturn

type ClientInterface_GetBuildForSystem_Call

type ClientInterface_GetBuildForSystem_Call struct {
	*mock.Call
}

ClientInterface_GetBuildForSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuildForSystem'

func (*ClientInterface_GetBuildForSystem_Call) Return

func (*ClientInterface_GetBuildForSystem_Call) Run

func (_c *ClientInterface_GetBuildForSystem_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetBuildForSystem_Call

func (*ClientInterface_GetBuildForSystem_Call) RunAndReturn

type ClientInterface_GetBuild_Call

type ClientInterface_GetBuild_Call struct {
	*mock.Call
}

ClientInterface_GetBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuild'

func (*ClientInterface_GetBuild_Call) Return

func (*ClientInterface_GetBuild_Call) Run

func (_c *ClientInterface_GetBuild_Call) Run(run func(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetBuild_Call

func (*ClientInterface_GetBuild_Call) RunAndReturn

type ClientInterface_GetEventForJob_Call

type ClientInterface_GetEventForJob_Call struct {
	*mock.Call
}

ClientInterface_GetEventForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventForJob'

func (*ClientInterface_GetEventForJob_Call) Return

func (*ClientInterface_GetEventForJob_Call) Run

func (_c *ClientInterface_GetEventForJob_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetEventForJob_Call

func (*ClientInterface_GetEventForJob_Call) RunAndReturn

type ClientInterface_GetExperienceTag_Call

type ClientInterface_GetExperienceTag_Call struct {
	*mock.Call
}

ClientInterface_GetExperienceTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperienceTag'

func (*ClientInterface_GetExperienceTag_Call) Return

func (*ClientInterface_GetExperienceTag_Call) Run

func (_c *ClientInterface_GetExperienceTag_Call) Run(run func(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetExperienceTag_Call

func (*ClientInterface_GetExperienceTag_Call) RunAndReturn

type ClientInterface_GetExperience_Call

type ClientInterface_GetExperience_Call struct {
	*mock.Call
}

ClientInterface_GetExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperience'

func (*ClientInterface_GetExperience_Call) Return

func (*ClientInterface_GetExperience_Call) Run

func (_c *ClientInterface_GetExperience_Call) Run(run func(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetExperience_Call

func (*ClientInterface_GetExperience_Call) RunAndReturn

type ClientInterface_GetJobLog_Call

type ClientInterface_GetJobLog_Call struct {
	*mock.Call
}

ClientInterface_GetJobLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobLog'

func (*ClientInterface_GetJobLog_Call) Return

func (*ClientInterface_GetJobLog_Call) Run

func (_c *ClientInterface_GetJobLog_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetJobLog_Call

func (*ClientInterface_GetJobLog_Call) RunAndReturn

type ClientInterface_GetJob_Call

type ClientInterface_GetJob_Call struct {
	*mock.Call
}

ClientInterface_GetJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJob'

func (*ClientInterface_GetJob_Call) Return

func (*ClientInterface_GetJob_Call) Run

func (_c *ClientInterface_GetJob_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetJob_Call

func (*ClientInterface_GetJob_Call) RunAndReturn

type ClientInterface_GetMetricsBuild_Call

type ClientInterface_GetMetricsBuild_Call struct {
	*mock.Call
}

ClientInterface_GetMetricsBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMetricsBuild'

func (*ClientInterface_GetMetricsBuild_Call) Return

func (*ClientInterface_GetMetricsBuild_Call) Run

func (_c *ClientInterface_GetMetricsBuild_Call) Run(run func(ctx context.Context, projectID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetMetricsBuild_Call

func (*ClientInterface_GetMetricsBuild_Call) RunAndReturn

type ClientInterface_GetParameterSweep_Call

type ClientInterface_GetParameterSweep_Call struct {
	*mock.Call
}

ClientInterface_GetParameterSweep_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetParameterSweep'

func (*ClientInterface_GetParameterSweep_Call) Return

func (*ClientInterface_GetParameterSweep_Call) Run

func (*ClientInterface_GetParameterSweep_Call) RunAndReturn

type ClientInterface_GetProject_Call

type ClientInterface_GetProject_Call struct {
	*mock.Call
}

ClientInterface_GetProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProject'

func (*ClientInterface_GetProject_Call) Return

func (*ClientInterface_GetProject_Call) Run

func (*ClientInterface_GetProject_Call) RunAndReturn

type ClientInterface_GetQuota_Call

type ClientInterface_GetQuota_Call struct {
	*mock.Call
}

ClientInterface_GetQuota_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetQuota'

func (*ClientInterface_GetQuota_Call) Return

func (*ClientInterface_GetQuota_Call) Run

func (*ClientInterface_GetQuota_Call) RunAndReturn

type ClientInterface_GetReportLog_Call

type ClientInterface_GetReportLog_Call struct {
	*mock.Call
}

ClientInterface_GetReportLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReportLog'

func (*ClientInterface_GetReportLog_Call) Return

func (*ClientInterface_GetReportLog_Call) Run

func (_c *ClientInterface_GetReportLog_Call) Run(run func(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetReportLog_Call

func (*ClientInterface_GetReportLog_Call) RunAndReturn

type ClientInterface_GetReport_Call

type ClientInterface_GetReport_Call struct {
	*mock.Call
}

ClientInterface_GetReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReport'

func (*ClientInterface_GetReport_Call) Return

func (*ClientInterface_GetReport_Call) Run

func (_c *ClientInterface_GetReport_Call) Run(run func(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetReport_Call

func (*ClientInterface_GetReport_Call) RunAndReturn

type ClientInterface_GetSystem_Call

type ClientInterface_GetSystem_Call struct {
	*mock.Call
}

ClientInterface_GetSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystem'

func (*ClientInterface_GetSystem_Call) Return

func (*ClientInterface_GetSystem_Call) Run

func (_c *ClientInterface_GetSystem_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetSystem_Call

func (*ClientInterface_GetSystem_Call) RunAndReturn

type ClientInterface_GetSystemsForExperience_Call

type ClientInterface_GetSystemsForExperience_Call struct {
	*mock.Call
}

ClientInterface_GetSystemsForExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemsForExperience'

func (*ClientInterface_GetSystemsForExperience_Call) Return

func (*ClientInterface_GetSystemsForExperience_Call) Run

type ClientInterface_GetSystemsForMetricsBuild_Call

type ClientInterface_GetSystemsForMetricsBuild_Call struct {
	*mock.Call
}

ClientInterface_GetSystemsForMetricsBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemsForMetricsBuild'

func (*ClientInterface_GetSystemsForMetricsBuild_Call) Return

func (*ClientInterface_GetSystemsForMetricsBuild_Call) Run

type ClientInterface_GetTestSuiteRevision_Call

type ClientInterface_GetTestSuiteRevision_Call struct {
	*mock.Call
}

ClientInterface_GetTestSuiteRevision_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuiteRevision'

func (*ClientInterface_GetTestSuiteRevision_Call) Return

func (*ClientInterface_GetTestSuiteRevision_Call) Run

func (_c *ClientInterface_GetTestSuiteRevision_Call) Run(run func(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetTestSuiteRevision_Call

func (*ClientInterface_GetTestSuiteRevision_Call) RunAndReturn

type ClientInterface_GetTestSuiteSummary_Call

type ClientInterface_GetTestSuiteSummary_Call struct {
	*mock.Call
}

ClientInterface_GetTestSuiteSummary_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuiteSummary'

func (*ClientInterface_GetTestSuiteSummary_Call) Return

func (*ClientInterface_GetTestSuiteSummary_Call) Run

type ClientInterface_GetTestSuite_Call

type ClientInterface_GetTestSuite_Call struct {
	*mock.Call
}

ClientInterface_GetTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuite'

func (*ClientInterface_GetTestSuite_Call) Return

func (*ClientInterface_GetTestSuite_Call) Run

func (_c *ClientInterface_GetTestSuite_Call) Run(run func(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetTestSuite_Call

func (*ClientInterface_GetTestSuite_Call) RunAndReturn

type ClientInterface_GetViewSession_Call

type ClientInterface_GetViewSession_Call struct {
	*mock.Call
}

ClientInterface_GetViewSession_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetViewSession'

func (*ClientInterface_GetViewSession_Call) Return

func (*ClientInterface_GetViewSession_Call) Run

func (*ClientInterface_GetViewSession_Call) RunAndReturn

type ClientInterface_GetWorkflowRun_Call added in v0.27.0

type ClientInterface_GetWorkflowRun_Call struct {
	*mock.Call
}

ClientInterface_GetWorkflowRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRun'

func (*ClientInterface_GetWorkflowRun_Call) Return added in v0.27.0

func (*ClientInterface_GetWorkflowRun_Call) Run added in v0.27.0

func (_c *ClientInterface_GetWorkflowRun_Call) Run(run func(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, workflowRunID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetWorkflowRun_Call

func (*ClientInterface_GetWorkflowRun_Call) RunAndReturn added in v0.27.0

type ClientInterface_GetWorkflow_Call added in v0.27.0

type ClientInterface_GetWorkflow_Call struct {
	*mock.Call
}

ClientInterface_GetWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflow'

func (*ClientInterface_GetWorkflow_Call) Return added in v0.27.0

func (*ClientInterface_GetWorkflow_Call) Run added in v0.27.0

func (_c *ClientInterface_GetWorkflow_Call) Run(run func(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, reqEditors ...api.RequestEditorFn)) *ClientInterface_GetWorkflow_Call

func (*ClientInterface_GetWorkflow_Call) RunAndReturn added in v0.27.0

type ClientInterface_Health_Call

type ClientInterface_Health_Call struct {
	*mock.Call
}

ClientInterface_Health_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Health'

func (*ClientInterface_Health_Call) Return

func (*ClientInterface_Health_Call) Run

func (*ClientInterface_Health_Call) RunAndReturn

type ClientInterface_ListAllJobs_Call

type ClientInterface_ListAllJobs_Call struct {
	*mock.Call
}

ClientInterface_ListAllJobs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAllJobs'

func (*ClientInterface_ListAllJobs_Call) Return

func (*ClientInterface_ListAllJobs_Call) Run

func (*ClientInterface_ListAllJobs_Call) RunAndReturn

type ClientInterface_ListBatchAccounts_Call

type ClientInterface_ListBatchAccounts_Call struct {
	*mock.Call
}

ClientInterface_ListBatchAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchAccounts'

func (*ClientInterface_ListBatchAccounts_Call) Return

func (*ClientInterface_ListBatchAccounts_Call) Run

type ClientInterface_ListBatchErrors_Call

type ClientInterface_ListBatchErrors_Call struct {
	*mock.Call
}

ClientInterface_ListBatchErrors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchErrors'

func (*ClientInterface_ListBatchErrors_Call) Return

func (*ClientInterface_ListBatchErrors_Call) Run

func (*ClientInterface_ListBatchErrors_Call) RunAndReturn

type ClientInterface_ListBatchLogsForBatch_Call

type ClientInterface_ListBatchLogsForBatch_Call struct {
	*mock.Call
}

ClientInterface_ListBatchLogsForBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchLogsForBatch'

func (*ClientInterface_ListBatchLogsForBatch_Call) Return

func (*ClientInterface_ListBatchLogsForBatch_Call) Run

type ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call

type ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsDataForBatchMetricIDs'

func (*ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call) Return

func (*ClientInterface_ListBatchMetricsDataForBatchMetricIDs_Call) Run

type ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call

type ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call struct {
	*mock.Call
}

ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsDataForBatchMetricsDataIDs'

func (*ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call) Return

func (*ClientInterface_ListBatchMetricsDataForBatchMetricsDataIDs_Call) Run

type ClientInterface_ListBatchMetricsData_Call

type ClientInterface_ListBatchMetricsData_Call struct {
	*mock.Call
}

ClientInterface_ListBatchMetricsData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsData'

func (*ClientInterface_ListBatchMetricsData_Call) Return

func (*ClientInterface_ListBatchMetricsData_Call) Run

type ClientInterface_ListBatchMetricsForBatchMetricIDs_Call

type ClientInterface_ListBatchMetricsForBatchMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListBatchMetricsForBatchMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsForBatchMetricIDs'

func (*ClientInterface_ListBatchMetricsForBatchMetricIDs_Call) Return

func (*ClientInterface_ListBatchMetricsForBatchMetricIDs_Call) Run

type ClientInterface_ListBatchMetrics_Call

type ClientInterface_ListBatchMetrics_Call struct {
	*mock.Call
}

ClientInterface_ListBatchMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetrics'

func (*ClientInterface_ListBatchMetrics_Call) Return

func (*ClientInterface_ListBatchMetrics_Call) Run

type ClientInterface_ListBatchesForBuilds_Call

type ClientInterface_ListBatchesForBuilds_Call struct {
	*mock.Call
}

ClientInterface_ListBatchesForBuilds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForBuilds'

func (*ClientInterface_ListBatchesForBuilds_Call) Return

func (*ClientInterface_ListBatchesForBuilds_Call) Run

type ClientInterface_ListBatchesForTestSuiteRevision_Call

type ClientInterface_ListBatchesForTestSuiteRevision_Call struct {
	*mock.Call
}

ClientInterface_ListBatchesForTestSuiteRevision_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForTestSuiteRevision'

func (*ClientInterface_ListBatchesForTestSuiteRevision_Call) Return

func (*ClientInterface_ListBatchesForTestSuiteRevision_Call) Run

type ClientInterface_ListBatchesForTestSuite_Call

type ClientInterface_ListBatchesForTestSuite_Call struct {
	*mock.Call
}

ClientInterface_ListBatchesForTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForTestSuite'

func (*ClientInterface_ListBatchesForTestSuite_Call) Return

func (*ClientInterface_ListBatchesForTestSuite_Call) Run

type ClientInterface_ListBatches_Call

type ClientInterface_ListBatches_Call struct {
	*mock.Call
}

ClientInterface_ListBatches_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatches'

func (*ClientInterface_ListBatches_Call) Return

func (*ClientInterface_ListBatches_Call) Run

func (*ClientInterface_ListBatches_Call) RunAndReturn

type ClientInterface_ListBranchesForProject_Call

type ClientInterface_ListBranchesForProject_Call struct {
	*mock.Call
}

ClientInterface_ListBranchesForProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBranchesForProject'

func (*ClientInterface_ListBranchesForProject_Call) Return

func (*ClientInterface_ListBranchesForProject_Call) Run

type ClientInterface_ListBuildAccounts_Call

type ClientInterface_ListBuildAccounts_Call struct {
	*mock.Call
}

ClientInterface_ListBuildAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildAccounts'

func (*ClientInterface_ListBuildAccounts_Call) Return

func (*ClientInterface_ListBuildAccounts_Call) Run

func (*ClientInterface_ListBuildAccounts_Call) RunAndReturn

type ClientInterface_ListBuildsForBranches_Call

type ClientInterface_ListBuildsForBranches_Call struct {
	*mock.Call
}

ClientInterface_ListBuildsForBranches_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildsForBranches'

func (*ClientInterface_ListBuildsForBranches_Call) Return

func (*ClientInterface_ListBuildsForBranches_Call) Run

type ClientInterface_ListBuildsForSystem_Call

type ClientInterface_ListBuildsForSystem_Call struct {
	*mock.Call
}

ClientInterface_ListBuildsForSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildsForSystem'

func (*ClientInterface_ListBuildsForSystem_Call) Return

func (*ClientInterface_ListBuildsForSystem_Call) Run

type ClientInterface_ListBuilds_Call

type ClientInterface_ListBuilds_Call struct {
	*mock.Call
}

ClientInterface_ListBuilds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuilds'

func (*ClientInterface_ListBuilds_Call) Return

func (*ClientInterface_ListBuilds_Call) Run

func (*ClientInterface_ListBuilds_Call) RunAndReturn

type ClientInterface_ListEventTagsForJob_Call

type ClientInterface_ListEventTagsForJob_Call struct {
	*mock.Call
}

ClientInterface_ListEventTagsForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventTagsForJob'

func (*ClientInterface_ListEventTagsForJob_Call) Return

func (*ClientInterface_ListEventTagsForJob_Call) Run

type ClientInterface_ListEventsForJob_Call

type ClientInterface_ListEventsForJob_Call struct {
	*mock.Call
}

ClientInterface_ListEventsForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventsForJob'

func (*ClientInterface_ListEventsForJob_Call) Return

func (*ClientInterface_ListEventsForJob_Call) Run

type ClientInterface_ListExperienceTagsForExperience_Call

type ClientInterface_ListExperienceTagsForExperience_Call struct {
	*mock.Call
}

ClientInterface_ListExperienceTagsForExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperienceTagsForExperience'

func (*ClientInterface_ListExperienceTagsForExperience_Call) Return

func (*ClientInterface_ListExperienceTagsForExperience_Call) Run

type ClientInterface_ListExperienceTags_Call

type ClientInterface_ListExperienceTags_Call struct {
	*mock.Call
}

ClientInterface_ListExperienceTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperienceTags'

func (*ClientInterface_ListExperienceTags_Call) Return

func (*ClientInterface_ListExperienceTags_Call) Run

type ClientInterface_ListExperiencesForSystem_Call

type ClientInterface_ListExperiencesForSystem_Call struct {
	*mock.Call
}

ClientInterface_ListExperiencesForSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiencesForSystem'

func (*ClientInterface_ListExperiencesForSystem_Call) Return

func (*ClientInterface_ListExperiencesForSystem_Call) Run

type ClientInterface_ListExperiencesWithExperienceTag_Call

type ClientInterface_ListExperiencesWithExperienceTag_Call struct {
	*mock.Call
}

ClientInterface_ListExperiencesWithExperienceTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiencesWithExperienceTag'

func (*ClientInterface_ListExperiencesWithExperienceTag_Call) Return

func (*ClientInterface_ListExperiencesWithExperienceTag_Call) Run

type ClientInterface_ListExperiences_Call

type ClientInterface_ListExperiences_Call struct {
	*mock.Call
}

ClientInterface_ListExperiences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiences'

func (*ClientInterface_ListExperiences_Call) Return

func (*ClientInterface_ListExperiences_Call) Run

type ClientInterface_ListJobLogsForJob_Call

type ClientInterface_ListJobLogsForJob_Call struct {
	*mock.Call
}

ClientInterface_ListJobLogsForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListJobLogsForJob'

func (*ClientInterface_ListJobLogsForJob_Call) Return

func (*ClientInterface_ListJobLogsForJob_Call) Run

type ClientInterface_ListJobs_Call

type ClientInterface_ListJobs_Call struct {
	*mock.Call
}

ClientInterface_ListJobs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListJobs'

func (*ClientInterface_ListJobs_Call) Return

func (*ClientInterface_ListJobs_Call) Run

func (_c *ClientInterface_ListJobs_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListJobsParams, reqEditors ...api.RequestEditorFn)) *ClientInterface_ListJobs_Call

func (*ClientInterface_ListJobs_Call) RunAndReturn

type ClientInterface_ListLogsForReport_Call

type ClientInterface_ListLogsForReport_Call struct {
	*mock.Call
}

ClientInterface_ListLogsForReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLogsForReport'

func (*ClientInterface_ListLogsForReport_Call) Return

func (*ClientInterface_ListLogsForReport_Call) Run

type ClientInterface_ListMetricsBuilds_Call

type ClientInterface_ListMetricsBuilds_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsBuilds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsBuilds'

func (*ClientInterface_ListMetricsBuilds_Call) Return

func (*ClientInterface_ListMetricsBuilds_Call) Run

type ClientInterface_ListMetricsDataForJob_Call

type ClientInterface_ListMetricsDataForJob_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsDataForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForJob'

func (*ClientInterface_ListMetricsDataForJob_Call) Return

func (*ClientInterface_ListMetricsDataForJob_Call) Run

type ClientInterface_ListMetricsDataForMetricIDs_Call

type ClientInterface_ListMetricsDataForMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsDataForMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForMetricIDs'

func (*ClientInterface_ListMetricsDataForMetricIDs_Call) Return

func (*ClientInterface_ListMetricsDataForMetricIDs_Call) Run

type ClientInterface_ListMetricsDataForMetricsDataIDs_Call

type ClientInterface_ListMetricsDataForMetricsDataIDs_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsDataForMetricsDataIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForMetricsDataIDs'

func (*ClientInterface_ListMetricsDataForMetricsDataIDs_Call) Return

func (*ClientInterface_ListMetricsDataForMetricsDataIDs_Call) Run

type ClientInterface_ListMetricsForJob_Call

type ClientInterface_ListMetricsForJob_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsForJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsForJob'

func (*ClientInterface_ListMetricsForJob_Call) Return

func (*ClientInterface_ListMetricsForJob_Call) Run

type ClientInterface_ListMetricsForMetricIDs_Call

type ClientInterface_ListMetricsForMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListMetricsForMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsForMetricIDs'

func (*ClientInterface_ListMetricsForMetricIDs_Call) Return

func (*ClientInterface_ListMetricsForMetricIDs_Call) Run

type ClientInterface_ListParameterSweeps_Call

type ClientInterface_ListParameterSweeps_Call struct {
	*mock.Call
}

ClientInterface_ListParameterSweeps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListParameterSweeps'

func (*ClientInterface_ListParameterSweeps_Call) Return

func (*ClientInterface_ListParameterSweeps_Call) Run

type ClientInterface_ListProjects_Call

type ClientInterface_ListProjects_Call struct {
	*mock.Call
}

ClientInterface_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'

func (*ClientInterface_ListProjects_Call) Return

func (*ClientInterface_ListProjects_Call) Run

func (*ClientInterface_ListProjects_Call) RunAndReturn

type ClientInterface_ListReportAccounts_Call

type ClientInterface_ListReportAccounts_Call struct {
	*mock.Call
}

ClientInterface_ListReportAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportAccounts'

func (*ClientInterface_ListReportAccounts_Call) Return

func (*ClientInterface_ListReportAccounts_Call) Run

func (*ClientInterface_ListReportAccounts_Call) RunAndReturn

type ClientInterface_ListReportMetricsDataForReportMetricIDs_Call

type ClientInterface_ListReportMetricsDataForReportMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListReportMetricsDataForReportMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsDataForReportMetricIDs'

func (*ClientInterface_ListReportMetricsDataForReportMetricIDs_Call) Return

func (*ClientInterface_ListReportMetricsDataForReportMetricIDs_Call) Run

type ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call

type ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call struct {
	*mock.Call
}

ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsDataForReportMetricsDataIDs'

func (*ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call) Return

func (*ClientInterface_ListReportMetricsDataForReportMetricsDataIDs_Call) Run

type ClientInterface_ListReportMetricsData_Call

type ClientInterface_ListReportMetricsData_Call struct {
	*mock.Call
}

ClientInterface_ListReportMetricsData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsData'

func (*ClientInterface_ListReportMetricsData_Call) Return

func (*ClientInterface_ListReportMetricsData_Call) Run

type ClientInterface_ListReportMetricsForReportMetricIDs_Call

type ClientInterface_ListReportMetricsForReportMetricIDs_Call struct {
	*mock.Call
}

ClientInterface_ListReportMetricsForReportMetricIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsForReportMetricIDs'

func (*ClientInterface_ListReportMetricsForReportMetricIDs_Call) Return

func (*ClientInterface_ListReportMetricsForReportMetricIDs_Call) Run

type ClientInterface_ListReportMetrics_Call

type ClientInterface_ListReportMetrics_Call struct {
	*mock.Call
}

ClientInterface_ListReportMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetrics'

func (*ClientInterface_ListReportMetrics_Call) Return

func (*ClientInterface_ListReportMetrics_Call) Run

type ClientInterface_ListReports_Call

type ClientInterface_ListReports_Call struct {
	*mock.Call
}

ClientInterface_ListReports_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReports'

func (*ClientInterface_ListReports_Call) Return

func (*ClientInterface_ListReports_Call) Run

func (*ClientInterface_ListReports_Call) RunAndReturn

type ClientInterface_ListServiceProfiles_Call

type ClientInterface_ListServiceProfiles_Call struct {
	*mock.Call
}

ClientInterface_ListServiceProfiles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServiceProfiles'

func (*ClientInterface_ListServiceProfiles_Call) Return

func (*ClientInterface_ListServiceProfiles_Call) Run

func (*ClientInterface_ListServiceProfiles_Call) RunAndReturn

type ClientInterface_ListSweepAccounts_Call

type ClientInterface_ListSweepAccounts_Call struct {
	*mock.Call
}

ClientInterface_ListSweepAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSweepAccounts'

func (*ClientInterface_ListSweepAccounts_Call) Return

func (*ClientInterface_ListSweepAccounts_Call) Run

func (*ClientInterface_ListSweepAccounts_Call) RunAndReturn

type ClientInterface_ListSystems_Call

type ClientInterface_ListSystems_Call struct {
	*mock.Call
}

ClientInterface_ListSystems_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSystems'

func (*ClientInterface_ListSystems_Call) Return

func (*ClientInterface_ListSystems_Call) Run

func (*ClientInterface_ListSystems_Call) RunAndReturn

type ClientInterface_ListTagsForBatchMetrics_Call

type ClientInterface_ListTagsForBatchMetrics_Call struct {
	*mock.Call
}

ClientInterface_ListTagsForBatchMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForBatchMetrics'

func (*ClientInterface_ListTagsForBatchMetrics_Call) Return

func (*ClientInterface_ListTagsForBatchMetrics_Call) Run

type ClientInterface_ListTagsForJobMetrics_Call

type ClientInterface_ListTagsForJobMetrics_Call struct {
	*mock.Call
}

ClientInterface_ListTagsForJobMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForJobMetrics'

func (*ClientInterface_ListTagsForJobMetrics_Call) Return

func (*ClientInterface_ListTagsForJobMetrics_Call) Run

type ClientInterface_ListTagsForReportMetrics_Call

type ClientInterface_ListTagsForReportMetrics_Call struct {
	*mock.Call
}

ClientInterface_ListTagsForReportMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForReportMetrics'

func (*ClientInterface_ListTagsForReportMetrics_Call) Return

func (*ClientInterface_ListTagsForReportMetrics_Call) Run

type ClientInterface_ListTestSuiteRevisions_Call

type ClientInterface_ListTestSuiteRevisions_Call struct {
	*mock.Call
}

ClientInterface_ListTestSuiteRevisions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTestSuiteRevisions'

func (*ClientInterface_ListTestSuiteRevisions_Call) Return

func (*ClientInterface_ListTestSuiteRevisions_Call) Run

type ClientInterface_ListTestSuites_Call

type ClientInterface_ListTestSuites_Call struct {
	*mock.Call
}

ClientInterface_ListTestSuites_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTestSuites'

func (*ClientInterface_ListTestSuites_Call) Return

func (*ClientInterface_ListTestSuites_Call) Run

type ClientInterface_ListViewSessions_Call

type ClientInterface_ListViewSessions_Call struct {
	*mock.Call
}

ClientInterface_ListViewSessions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListViewSessions'

func (*ClientInterface_ListViewSessions_Call) Return

func (*ClientInterface_ListViewSessions_Call) Run

type ClientInterface_ListWorkflowRuns_Call added in v0.27.0

type ClientInterface_ListWorkflowRuns_Call struct {
	*mock.Call
}

ClientInterface_ListWorkflowRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowRuns'

func (*ClientInterface_ListWorkflowRuns_Call) Return added in v0.27.0

func (*ClientInterface_ListWorkflowRuns_Call) Run added in v0.27.0

func (*ClientInterface_ListWorkflowRuns_Call) RunAndReturn added in v0.27.0

type ClientInterface_ListWorkflowSuites_Call added in v0.27.0

type ClientInterface_ListWorkflowSuites_Call struct {
	*mock.Call
}

ClientInterface_ListWorkflowSuites_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowSuites'

func (*ClientInterface_ListWorkflowSuites_Call) Return added in v0.27.0

func (*ClientInterface_ListWorkflowSuites_Call) Run added in v0.27.0

func (*ClientInterface_ListWorkflowSuites_Call) RunAndReturn added in v0.27.0

type ClientInterface_ListWorkflows_Call added in v0.27.0

type ClientInterface_ListWorkflows_Call struct {
	*mock.Call
}

ClientInterface_ListWorkflows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflows'

func (*ClientInterface_ListWorkflows_Call) Return added in v0.27.0

func (*ClientInterface_ListWorkflows_Call) Run added in v0.27.0

func (*ClientInterface_ListWorkflows_Call) RunAndReturn added in v0.27.0

type ClientInterface_RemoveExperienceTagFromExperience_Call

type ClientInterface_RemoveExperienceTagFromExperience_Call struct {
	*mock.Call
}

ClientInterface_RemoveExperienceTagFromExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperienceTagFromExperience'

func (*ClientInterface_RemoveExperienceTagFromExperience_Call) Return

func (*ClientInterface_RemoveExperienceTagFromExperience_Call) Run

type ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call

type ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call struct {
	*mock.Call
}

ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperiencesFromTestSuiteWithBody'

func (*ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call) Return

func (*ClientInterface_RemoveExperiencesFromTestSuiteWithBody_Call) Run

type ClientInterface_RemoveExperiencesFromTestSuite_Call

type ClientInterface_RemoveExperiencesFromTestSuite_Call struct {
	*mock.Call
}

ClientInterface_RemoveExperiencesFromTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperiencesFromTestSuite'

func (*ClientInterface_RemoveExperiencesFromTestSuite_Call) Return

func (*ClientInterface_RemoveExperiencesFromTestSuite_Call) Run

type ClientInterface_RemoveSystemFromExperience_Call

type ClientInterface_RemoveSystemFromExperience_Call struct {
	*mock.Call
}

ClientInterface_RemoveSystemFromExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemFromExperience'

func (*ClientInterface_RemoveSystemFromExperience_Call) Return

func (*ClientInterface_RemoveSystemFromExperience_Call) Run

func (*ClientInterface_RemoveSystemFromExperience_Call) RunAndReturn

type ClientInterface_RemoveSystemFromMetricsBuild_Call

type ClientInterface_RemoveSystemFromMetricsBuild_Call struct {
	*mock.Call
}

ClientInterface_RemoveSystemFromMetricsBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemFromMetricsBuild'

func (*ClientInterface_RemoveSystemFromMetricsBuild_Call) Return

func (*ClientInterface_RemoveSystemFromMetricsBuild_Call) Run

type ClientInterface_RemoveSystemsFromExperiencesWithBody_Call

type ClientInterface_RemoveSystemsFromExperiencesWithBody_Call struct {
	*mock.Call
}

ClientInterface_RemoveSystemsFromExperiencesWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemsFromExperiencesWithBody'

func (*ClientInterface_RemoveSystemsFromExperiencesWithBody_Call) Return

func (*ClientInterface_RemoveSystemsFromExperiencesWithBody_Call) Run

type ClientInterface_RemoveSystemsFromExperiences_Call

type ClientInterface_RemoveSystemsFromExperiences_Call struct {
	*mock.Call
}

ClientInterface_RemoveSystemsFromExperiences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemsFromExperiences'

func (*ClientInterface_RemoveSystemsFromExperiences_Call) Return

func (*ClientInterface_RemoveSystemsFromExperiences_Call) Run

type ClientInterface_RerunBatchWithBody_Call

type ClientInterface_RerunBatchWithBody_Call struct {
	*mock.Call
}

ClientInterface_RerunBatchWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RerunBatchWithBody'

func (*ClientInterface_RerunBatchWithBody_Call) Return

func (*ClientInterface_RerunBatchWithBody_Call) Run

func (_c *ClientInterface_RerunBatchWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_RerunBatchWithBody_Call

func (*ClientInterface_RerunBatchWithBody_Call) RunAndReturn

type ClientInterface_RerunBatch_Call

type ClientInterface_RerunBatch_Call struct {
	*mock.Call
}

ClientInterface_RerunBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RerunBatch'

func (*ClientInterface_RerunBatch_Call) Return

func (*ClientInterface_RerunBatch_Call) Run

type ClientInterface_RestoreExperience_Call

type ClientInterface_RestoreExperience_Call struct {
	*mock.Call
}

ClientInterface_RestoreExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreExperience'

func (*ClientInterface_RestoreExperience_Call) Return

func (*ClientInterface_RestoreExperience_Call) Run

func (*ClientInterface_RestoreExperience_Call) RunAndReturn

type ClientInterface_RestoreTestSuite_Call

type ClientInterface_RestoreTestSuite_Call struct {
	*mock.Call
}

ClientInterface_RestoreTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreTestSuite'

func (*ClientInterface_RestoreTestSuite_Call) Return

func (*ClientInterface_RestoreTestSuite_Call) Run

func (*ClientInterface_RestoreTestSuite_Call) RunAndReturn

type ClientInterface_ReviseTestSuiteWithBody_Call

type ClientInterface_ReviseTestSuiteWithBody_Call struct {
	*mock.Call
}

ClientInterface_ReviseTestSuiteWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReviseTestSuiteWithBody'

func (*ClientInterface_ReviseTestSuiteWithBody_Call) Return

func (*ClientInterface_ReviseTestSuiteWithBody_Call) Run

func (_c *ClientInterface_ReviseTestSuiteWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_ReviseTestSuiteWithBody_Call

type ClientInterface_ReviseTestSuite_Call

type ClientInterface_ReviseTestSuite_Call struct {
	*mock.Call
}

ClientInterface_ReviseTestSuite_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReviseTestSuite'

func (*ClientInterface_ReviseTestSuite_Call) Return

func (*ClientInterface_ReviseTestSuite_Call) Run

type ClientInterface_UpdateBatchWithBody_Call

type ClientInterface_UpdateBatchWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateBatchWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBatchWithBody'

func (*ClientInterface_UpdateBatchWithBody_Call) Return

func (*ClientInterface_UpdateBatchWithBody_Call) Run

func (_c *ClientInterface_UpdateBatchWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateBatchWithBody_Call

func (*ClientInterface_UpdateBatchWithBody_Call) RunAndReturn

type ClientInterface_UpdateBatch_Call

type ClientInterface_UpdateBatch_Call struct {
	*mock.Call
}

ClientInterface_UpdateBatch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBatch'

func (*ClientInterface_UpdateBatch_Call) Return

func (*ClientInterface_UpdateBatch_Call) Run

type ClientInterface_UpdateBuildWithBody_Call

type ClientInterface_UpdateBuildWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateBuildWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBuildWithBody'

func (*ClientInterface_UpdateBuildWithBody_Call) Return

func (*ClientInterface_UpdateBuildWithBody_Call) Run

func (_c *ClientInterface_UpdateBuildWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateBuildWithBody_Call

func (*ClientInterface_UpdateBuildWithBody_Call) RunAndReturn

type ClientInterface_UpdateBuild_Call

type ClientInterface_UpdateBuild_Call struct {
	*mock.Call
}

ClientInterface_UpdateBuild_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBuild'

func (*ClientInterface_UpdateBuild_Call) Return

func (*ClientInterface_UpdateBuild_Call) Run

type ClientInterface_UpdateEventWithBody_Call

type ClientInterface_UpdateEventWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateEventWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventWithBody'

func (*ClientInterface_UpdateEventWithBody_Call) Return

func (*ClientInterface_UpdateEventWithBody_Call) Run

func (_c *ClientInterface_UpdateEventWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateEventWithBody_Call

type ClientInterface_UpdateEvent_Call

type ClientInterface_UpdateEvent_Call struct {
	*mock.Call
}

ClientInterface_UpdateEvent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEvent'

func (*ClientInterface_UpdateEvent_Call) Return

func (*ClientInterface_UpdateEvent_Call) Run

func (_c *ClientInterface_UpdateEvent_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, body api.UpdateEventInput, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateEvent_Call

type ClientInterface_UpdateExperienceTagWithBody_Call

type ClientInterface_UpdateExperienceTagWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateExperienceTagWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceTagWithBody'

func (*ClientInterface_UpdateExperienceTagWithBody_Call) Return

func (*ClientInterface_UpdateExperienceTagWithBody_Call) Run

func (_c *ClientInterface_UpdateExperienceTagWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateExperienceTagWithBody_Call

type ClientInterface_UpdateExperienceTag_Call

type ClientInterface_UpdateExperienceTag_Call struct {
	*mock.Call
}

ClientInterface_UpdateExperienceTag_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceTag'

func (*ClientInterface_UpdateExperienceTag_Call) Return

func (*ClientInterface_UpdateExperienceTag_Call) Run

type ClientInterface_UpdateExperienceWithBody_Call

type ClientInterface_UpdateExperienceWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateExperienceWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceWithBody'

func (*ClientInterface_UpdateExperienceWithBody_Call) Return

func (*ClientInterface_UpdateExperienceWithBody_Call) Run

func (_c *ClientInterface_UpdateExperienceWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateExperienceWithBody_Call

type ClientInterface_UpdateExperience_Call

type ClientInterface_UpdateExperience_Call struct {
	*mock.Call
}

ClientInterface_UpdateExperience_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperience'

func (*ClientInterface_UpdateExperience_Call) Return

func (*ClientInterface_UpdateExperience_Call) Run

type ClientInterface_UpdateJobWithBody_Call

type ClientInterface_UpdateJobWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateJobWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobWithBody'

func (*ClientInterface_UpdateJobWithBody_Call) Return

func (*ClientInterface_UpdateJobWithBody_Call) Run

func (_c *ClientInterface_UpdateJobWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateJobWithBody_Call

type ClientInterface_UpdateJob_Call

type ClientInterface_UpdateJob_Call struct {
	*mock.Call
}

ClientInterface_UpdateJob_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJob'

func (*ClientInterface_UpdateJob_Call) Return

func (*ClientInterface_UpdateJob_Call) Run

func (_c *ClientInterface_UpdateJob_Call) Run(run func(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, body api.UpdateJobInput, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateJob_Call

type ClientInterface_UpdateProjectWithBody_Call

type ClientInterface_UpdateProjectWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateProjectWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithBody'

func (*ClientInterface_UpdateProjectWithBody_Call) Return

func (*ClientInterface_UpdateProjectWithBody_Call) Run

func (*ClientInterface_UpdateProjectWithBody_Call) RunAndReturn

type ClientInterface_UpdateProject_Call

type ClientInterface_UpdateProject_Call struct {
	*mock.Call
}

ClientInterface_UpdateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProject'

func (*ClientInterface_UpdateProject_Call) Return

func (*ClientInterface_UpdateProject_Call) Run

type ClientInterface_UpdateSystemWithBody_Call

type ClientInterface_UpdateSystemWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateSystemWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSystemWithBody'

func (*ClientInterface_UpdateSystemWithBody_Call) Return

func (*ClientInterface_UpdateSystemWithBody_Call) Run

func (_c *ClientInterface_UpdateSystemWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateSystemWithBody_Call

func (*ClientInterface_UpdateSystemWithBody_Call) RunAndReturn

type ClientInterface_UpdateSystem_Call

type ClientInterface_UpdateSystem_Call struct {
	*mock.Call
}

ClientInterface_UpdateSystem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSystem'

func (*ClientInterface_UpdateSystem_Call) Return

func (*ClientInterface_UpdateSystem_Call) Run

type ClientInterface_UpdateWorkflowWithBody_Call added in v0.27.0

type ClientInterface_UpdateWorkflowWithBody_Call struct {
	*mock.Call
}

ClientInterface_UpdateWorkflowWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowWithBody'

func (*ClientInterface_UpdateWorkflowWithBody_Call) Return added in v0.27.0

func (*ClientInterface_UpdateWorkflowWithBody_Call) Run added in v0.27.0

func (_c *ClientInterface_UpdateWorkflowWithBody_Call) Run(run func(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn)) *ClientInterface_UpdateWorkflowWithBody_Call

func (*ClientInterface_UpdateWorkflowWithBody_Call) RunAndReturn added in v0.27.0

type ClientInterface_UpdateWorkflow_Call added in v0.27.0

type ClientInterface_UpdateWorkflow_Call struct {
	*mock.Call
}

ClientInterface_UpdateWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflow'

func (*ClientInterface_UpdateWorkflow_Call) Return added in v0.27.0

func (*ClientInterface_UpdateWorkflow_Call) Run added in v0.27.0

func (*ClientInterface_UpdateWorkflow_Call) RunAndReturn added in v0.27.0

type ClientInterface_ValidateExperienceLocationWithBody_Call

type ClientInterface_ValidateExperienceLocationWithBody_Call struct {
	*mock.Call
}

ClientInterface_ValidateExperienceLocationWithBody_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateExperienceLocationWithBody'

func (*ClientInterface_ValidateExperienceLocationWithBody_Call) Return

func (*ClientInterface_ValidateExperienceLocationWithBody_Call) Run

func (*ClientInterface_ValidateExperienceLocationWithBody_Call) RunAndReturn

type ClientInterface_ValidateExperienceLocation_Call

type ClientInterface_ValidateExperienceLocation_Call struct {
	*mock.Call
}

ClientInterface_ValidateExperienceLocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateExperienceLocation'

func (*ClientInterface_ValidateExperienceLocation_Call) Return

func (*ClientInterface_ValidateExperienceLocation_Call) Run

type ClientWithResponsesInterface

type ClientWithResponsesInterface struct {
	mock.Mock
}

ClientWithResponsesInterface is an autogenerated mock type for the ClientWithResponsesInterface type

func NewClientWithResponsesInterface

func NewClientWithResponsesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *ClientWithResponsesInterface

NewClientWithResponsesInterface creates a new instance of ClientWithResponsesInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ClientWithResponsesInterface) AddExperienceTagToExperienceWithResponse

func (_m *ClientWithResponsesInterface) AddExperienceTagToExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.AddExperienceTagToExperienceResponse, error)

AddExperienceTagToExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, experienceID, reqEditors

func (*ClientWithResponsesInterface) AddExperiencesToTestSuiteWithBodyWithResponse

func (_m *ClientWithResponsesInterface) AddExperiencesToTestSuiteWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AddExperiencesToTestSuiteResponse, error)

AddExperiencesToTestSuiteWithBodyWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) AddExperiencesToTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) AddExperiencesToTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.SelectExperiencesInput, reqEditors ...api.RequestEditorFn) (*api.AddExperiencesToTestSuiteResponse, error)

AddExperiencesToTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientWithResponsesInterface) AddSystemToExperienceWithResponse

func (_m *ClientWithResponsesInterface) AddSystemToExperienceWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.AddSystemToExperienceResponse, error)

AddSystemToExperienceWithResponse provides a mock function with given fields: ctx, projectID, systemID, experienceID, reqEditors

func (*ClientWithResponsesInterface) AddSystemToMetricsBuildWithResponse

func (_m *ClientWithResponsesInterface) AddSystemToMetricsBuildWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.AddSystemToMetricsBuildResponse, error)

AddSystemToMetricsBuildWithResponse provides a mock function with given fields: ctx, projectID, systemID, metricsBuildID, reqEditors

func (*ClientWithResponsesInterface) AddSystemsToExperiencesWithBodyWithResponse

func (_m *ClientWithResponsesInterface) AddSystemsToExperiencesWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AddSystemsToExperiencesResponse, error)

AddSystemsToExperiencesWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) AddSystemsToExperiencesWithResponse

func (_m *ClientWithResponsesInterface) AddSystemsToExperiencesWithResponse(ctx context.Context, projectID uuid.UUID, body api.MutateSystemsToExperienceInput, reqEditors ...api.RequestEditorFn) (*api.AddSystemsToExperiencesResponse, error)

AddSystemsToExperiencesWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) AddTagsToExperiencesWithBodyWithResponse

func (_m *ClientWithResponsesInterface) AddTagsToExperiencesWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AddTagsToExperiencesResponse, error)

AddTagsToExperiencesWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) AddTagsToExperiencesWithResponse

func (_m *ClientWithResponsesInterface) AddTagsToExperiencesWithResponse(ctx context.Context, projectID uuid.UUID, body api.AddTagsToExperiencesInput, reqEditors ...api.RequestEditorFn) (*api.AddTagsToExperiencesResponse, error)

AddTagsToExperiencesWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) AddTestSuitesToExperiencesWithBodyWithResponse

func (_m *ClientWithResponsesInterface) AddTestSuitesToExperiencesWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AddTestSuitesToExperiencesResponse, error)

AddTestSuitesToExperiencesWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) AddTestSuitesToExperiencesWithResponse

func (_m *ClientWithResponsesInterface) AddTestSuitesToExperiencesWithResponse(ctx context.Context, projectID uuid.UUID, body api.AddSuitesToExperiencesInput, reqEditors ...api.RequestEditorFn) (*api.AddTestSuitesToExperiencesResponse, error)

AddTestSuitesToExperiencesWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) ArchiveExperienceWithResponse

func (_m *ClientWithResponsesInterface) ArchiveExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ArchiveExperienceResponse, error)

ArchiveExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientWithResponsesInterface) ArchiveProjectWithResponse

func (_m *ClientWithResponsesInterface) ArchiveProjectWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ArchiveProjectResponse, error)

ArchiveProjectWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) ArchiveSystemWithResponse

func (_m *ClientWithResponsesInterface) ArchiveSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ArchiveSystemResponse, error)

ArchiveSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, reqEditors

func (*ClientWithResponsesInterface) ArchiveTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) ArchiveTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ArchiveTestSuiteResponse, error)

ArchiveTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientWithResponsesInterface) CancelBatchWithResponse

func (_m *ClientWithResponsesInterface) CancelBatchWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.CancelBatchResponse, error)

CancelBatchWithResponse provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientWithResponsesInterface) CancelParameterSweepWithResponse

func (_m *ClientWithResponsesInterface) CancelParameterSweepWithResponse(ctx context.Context, projectID uuid.UUID, sweepID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.CancelParameterSweepResponse, error)

CancelParameterSweepWithResponse provides a mock function with given fields: ctx, projectID, sweepID, reqEditors

func (*ClientWithResponsesInterface) CompareBatchesWithResponse

func (_m *ClientWithResponsesInterface) CompareBatchesWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, otherBatchID uuid.UUID, params *api.CompareBatchesParams, reqEditors ...api.RequestEditorFn) (*api.CompareBatchesResponse, error)

CompareBatchesWithResponse provides a mock function with given fields: ctx, projectID, batchID, otherBatchID, params, reqEditors

func (*ClientWithResponsesInterface) CreateBatchForTestSuiteRevisionWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchForTestSuiteRevisionWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBatchForTestSuiteRevisionResponse, error)

CreateBatchForTestSuiteRevisionWithBodyWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, revision, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBatchForTestSuiteRevisionWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchForTestSuiteRevisionWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, body api.TestSuiteBatchInput, reqEditors ...api.RequestEditorFn) (*api.CreateBatchForTestSuiteRevisionResponse, error)

CreateBatchForTestSuiteRevisionWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, revision, body, reqEditors

func (*ClientWithResponsesInterface) CreateBatchForTestSuiteWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchForTestSuiteWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBatchForTestSuiteResponse, error)

CreateBatchForTestSuiteWithBodyWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBatchForTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchForTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.TestSuiteBatchInput, reqEditors ...api.RequestEditorFn) (*api.CreateBatchForTestSuiteResponse, error)

CreateBatchForTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientWithResponsesInterface) CreateBatchWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBatchResponse, error)

CreateBatchWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBatchWithResponse

func (_m *ClientWithResponsesInterface) CreateBatchWithResponse(ctx context.Context, projectID uuid.UUID, body api.BatchInput, reqEditors ...api.RequestEditorFn) (*api.CreateBatchResponse, error)

CreateBatchWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateBranchForProjectWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBranchForProjectWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBranchForProjectResponse, error)

CreateBranchForProjectWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBranchForProjectWithResponse

func (_m *ClientWithResponsesInterface) CreateBranchForProjectWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateBranchInput, reqEditors ...api.RequestEditorFn) (*api.CreateBranchForProjectResponse, error)

CreateBranchForProjectWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateBuildForBranchWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBuildForBranchWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBuildForBranchResponse, error)

CreateBuildForBranchWithBodyWithResponse provides a mock function with given fields: ctx, projectID, branchID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBuildForBranchWithResponse

func (_m *ClientWithResponsesInterface) CreateBuildForBranchWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, body api.CreateBuildForBranchInput, reqEditors ...api.RequestEditorFn) (*api.CreateBuildForBranchResponse, error)

CreateBuildForBranchWithResponse provides a mock function with given fields: ctx, projectID, branchID, body, reqEditors

func (*ClientWithResponsesInterface) CreateBuildForSystemWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateBuildForSystemWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateBuildForSystemResponse, error)

CreateBuildForSystemWithBodyWithResponse provides a mock function with given fields: ctx, projectID, systemID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateBuildForSystemWithResponse

func (_m *ClientWithResponsesInterface) CreateBuildForSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, body api.CreateBuildForSystemInput, reqEditors ...api.RequestEditorFn) (*api.CreateBuildForSystemResponse, error)

CreateBuildForSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, body, reqEditors

func (*ClientWithResponsesInterface) CreateExperienceTagWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateExperienceTagWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateExperienceTagResponse, error)

CreateExperienceTagWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateExperienceTagWithResponse

func (_m *ClientWithResponsesInterface) CreateExperienceTagWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateExperienceTagInput, reqEditors ...api.RequestEditorFn) (*api.CreateExperienceTagResponse, error)

CreateExperienceTagWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateExperienceWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateExperienceWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateExperienceResponse, error)

CreateExperienceWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateExperienceWithResponse

func (_m *ClientWithResponsesInterface) CreateExperienceWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateExperienceInput, reqEditors ...api.RequestEditorFn) (*api.CreateExperienceResponse, error)

CreateExperienceWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateMetricsBuildWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateMetricsBuildWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateMetricsBuildResponse, error)

CreateMetricsBuildWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateMetricsBuildWithResponse

func (_m *ClientWithResponsesInterface) CreateMetricsBuildWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateMetricsBuildInput, reqEditors ...api.RequestEditorFn) (*api.CreateMetricsBuildResponse, error)

CreateMetricsBuildWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateParameterSweepWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateParameterSweepWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateParameterSweepResponse, error)

CreateParameterSweepWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateParameterSweepWithResponse

func (_m *ClientWithResponsesInterface) CreateParameterSweepWithResponse(ctx context.Context, projectID uuid.UUID, body api.ParameterSweepInput, reqEditors ...api.RequestEditorFn) (*api.CreateParameterSweepResponse, error)

CreateParameterSweepWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateProjectWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateProjectResponse, error)

CreateProjectWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateProjectWithResponse

func (_m *ClientWithResponsesInterface) CreateProjectWithResponse(ctx context.Context, body api.CreateProjectInput, reqEditors ...api.RequestEditorFn) (*api.CreateProjectResponse, error)

CreateProjectWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*ClientWithResponsesInterface) CreateReportWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateReportWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateReportResponse, error)

CreateReportWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateReportWithResponse

func (_m *ClientWithResponsesInterface) CreateReportWithResponse(ctx context.Context, projectID uuid.UUID, body api.ReportInput, reqEditors ...api.RequestEditorFn) (*api.CreateReportResponse, error)

CreateReportWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateSystemWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateSystemWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateSystemResponse, error)

CreateSystemWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateSystemWithResponse

func (_m *ClientWithResponsesInterface) CreateSystemWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateSystemInput, reqEditors ...api.RequestEditorFn) (*api.CreateSystemResponse, error)

CreateSystemWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateTestSuiteWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateTestSuiteWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateTestSuiteResponse, error)

CreateTestSuiteWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) CreateTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateTestSuiteInput, reqEditors ...api.RequestEditorFn) (*api.CreateTestSuiteResponse, error)

CreateTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) CreateViewSessionWithResponse

func (_m *ClientWithResponsesInterface) CreateViewSessionWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.CreateViewSessionResponse, error)

CreateViewSessionWithResponse provides a mock function with given fields: ctx, reqEditors

func (*ClientWithResponsesInterface) CreateViewUpdateWithBodyWithResponse

func (_m *ClientWithResponsesInterface) CreateViewUpdateWithBodyWithResponse(ctx context.Context, viewSessionID uuid.UUID, viewUpdateID int, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateViewUpdateResponse, error)

CreateViewUpdateWithBodyWithResponse provides a mock function with given fields: ctx, viewSessionID, viewUpdateID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateWorkflowRunWithBodyWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) CreateWorkflowRunWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateWorkflowRunResponse, error)

CreateWorkflowRunWithBodyWithResponse provides a mock function with given fields: ctx, projectID, workflowID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateWorkflowRunWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) CreateWorkflowRunWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, body api.CreateWorkflowRunInput, reqEditors ...api.RequestEditorFn) (*api.CreateWorkflowRunResponse, error)

CreateWorkflowRunWithResponse provides a mock function with given fields: ctx, projectID, workflowID, body, reqEditors

func (*ClientWithResponsesInterface) CreateWorkflowWithBodyWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) CreateWorkflowWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateWorkflowResponse, error)

CreateWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) CreateWorkflowWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) CreateWorkflowWithResponse(ctx context.Context, projectID uuid.UUID, body api.CreateWorkflowInput, reqEditors ...api.RequestEditorFn) (*api.CreateWorkflowResponse, error)

CreateWorkflowWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) DebugExperienceWithBodyWithResponse

func (_m *ClientWithResponsesInterface) DebugExperienceWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.DebugExperienceResponse, error)

DebugExperienceWithBodyWithResponse provides a mock function with given fields: ctx, projectID, experienceID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) DebugExperienceWithResponse

func (_m *ClientWithResponsesInterface) DebugExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, body api.DebugExperienceInput, reqEditors ...api.RequestEditorFn) (*api.DebugExperienceResponse, error)

DebugExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, body, reqEditors

func (*ClientWithResponsesInterface) DeleteBatchLogWithResponse

func (_m *ClientWithResponsesInterface) DeleteBatchLogWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.DeleteBatchLogResponse, error)

DeleteBatchLogWithResponse provides a mock function with given fields: ctx, projectID, batchID, logID, reqEditors

func (*ClientWithResponsesInterface) DeleteBranchForProjectWithResponse

func (_m *ClientWithResponsesInterface) DeleteBranchForProjectWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.DeleteBranchForProjectResponse, error)

DeleteBranchForProjectWithResponse provides a mock function with given fields: ctx, projectID, branchID, reqEditors

func (*ClientWithResponsesInterface) DeleteBuildForBranchWithResponse

func (_m *ClientWithResponsesInterface) DeleteBuildForBranchWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.DeleteBuildForBranchResponse, error)

DeleteBuildForBranchWithResponse provides a mock function with given fields: ctx, projectID, branchID, buildID, reqEditors

func (*ClientWithResponsesInterface) DeleteExperienceTagWithResponse

func (_m *ClientWithResponsesInterface) DeleteExperienceTagWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.DeleteExperienceTagResponse, error)

DeleteExperienceTagWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, reqEditors

func (*ClientWithResponsesInterface) DeleteJobLogWithResponse

func (_m *ClientWithResponsesInterface) DeleteJobLogWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.DeleteJobLogResponse, error)

DeleteJobLogWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, logID, reqEditors

func (*ClientWithResponsesInterface) EXPECT

func (*ClientWithResponsesInterface) GetBatchLogWithResponse

func (_m *ClientWithResponsesInterface) GetBatchLogWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBatchLogResponse, error)

GetBatchLogWithResponse provides a mock function with given fields: ctx, projectID, batchID, logID, reqEditors

func (*ClientWithResponsesInterface) GetBatchSuggestionsWithResponse

func (_m *ClientWithResponsesInterface) GetBatchSuggestionsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBatchSuggestionsResponse, error)

GetBatchSuggestionsWithResponse provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientWithResponsesInterface) GetBatchWithResponse

func (_m *ClientWithResponsesInterface) GetBatchWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBatchResponse, error)

GetBatchWithResponse provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientWithResponsesInterface) GetBranchForProjectWithResponse

func (_m *ClientWithResponsesInterface) GetBranchForProjectWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBranchForProjectResponse, error)

GetBranchForProjectWithResponse provides a mock function with given fields: ctx, projectID, branchID, reqEditors

func (*ClientWithResponsesInterface) GetBuildForBranchWithResponse

func (_m *ClientWithResponsesInterface) GetBuildForBranchWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBuildForBranchResponse, error)

GetBuildForBranchWithResponse provides a mock function with given fields: ctx, projectID, branchID, buildID, reqEditors

func (*ClientWithResponsesInterface) GetBuildForSystemWithResponse

func (_m *ClientWithResponsesInterface) GetBuildForSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBuildForSystemResponse, error)

GetBuildForSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, buildID, reqEditors

func (*ClientWithResponsesInterface) GetBuildWithResponse

func (_m *ClientWithResponsesInterface) GetBuildWithResponse(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetBuildResponse, error)

GetBuildWithResponse provides a mock function with given fields: ctx, projectID, buildID, reqEditors

func (*ClientWithResponsesInterface) GetEventForJobWithResponse

func (_m *ClientWithResponsesInterface) GetEventForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetEventForJobResponse, error)

GetEventForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, reqEditors

func (*ClientWithResponsesInterface) GetExperienceTagWithResponse

func (_m *ClientWithResponsesInterface) GetExperienceTagWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetExperienceTagResponse, error)

GetExperienceTagWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, reqEditors

func (*ClientWithResponsesInterface) GetExperienceWithResponse

func (_m *ClientWithResponsesInterface) GetExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetExperienceResponse, error)

GetExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientWithResponsesInterface) GetJobLogWithResponse

func (_m *ClientWithResponsesInterface) GetJobLogWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetJobLogResponse, error)

GetJobLogWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, logID, reqEditors

func (*ClientWithResponsesInterface) GetJobWithResponse

func (_m *ClientWithResponsesInterface) GetJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetJobResponse, error)

GetJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, reqEditors

func (*ClientWithResponsesInterface) GetMetricsBuildWithResponse

func (_m *ClientWithResponsesInterface) GetMetricsBuildWithResponse(ctx context.Context, projectID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetMetricsBuildResponse, error)

GetMetricsBuildWithResponse provides a mock function with given fields: ctx, projectID, metricsBuildID, reqEditors

func (*ClientWithResponsesInterface) GetParameterSweepWithResponse

func (_m *ClientWithResponsesInterface) GetParameterSweepWithResponse(ctx context.Context, projectID uuid.UUID, sweepID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetParameterSweepResponse, error)

GetParameterSweepWithResponse provides a mock function with given fields: ctx, projectID, sweepID, reqEditors

func (*ClientWithResponsesInterface) GetProjectWithResponse

func (_m *ClientWithResponsesInterface) GetProjectWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetProjectResponse, error)

GetProjectWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) GetQuotaWithResponse

func (_m *ClientWithResponsesInterface) GetQuotaWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetQuotaResponse, error)

GetQuotaWithResponse provides a mock function with given fields: ctx, reqEditors

func (*ClientWithResponsesInterface) GetReportLogWithResponse

func (_m *ClientWithResponsesInterface) GetReportLogWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, logID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetReportLogResponse, error)

GetReportLogWithResponse provides a mock function with given fields: ctx, projectID, reportID, logID, reqEditors

func (*ClientWithResponsesInterface) GetReportWithResponse

func (_m *ClientWithResponsesInterface) GetReportWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetReportResponse, error)

GetReportWithResponse provides a mock function with given fields: ctx, projectID, reportID, reqEditors

func (*ClientWithResponsesInterface) GetSystemWithResponse

func (_m *ClientWithResponsesInterface) GetSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetSystemResponse, error)

GetSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, reqEditors

func (*ClientWithResponsesInterface) GetSystemsForExperienceWithResponse

func (_m *ClientWithResponsesInterface) GetSystemsForExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, params *api.GetSystemsForExperienceParams, reqEditors ...api.RequestEditorFn) (*api.GetSystemsForExperienceResponse, error)

GetSystemsForExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, params, reqEditors

func (*ClientWithResponsesInterface) GetSystemsForMetricsBuildWithResponse

func (_m *ClientWithResponsesInterface) GetSystemsForMetricsBuildWithResponse(ctx context.Context, projectID uuid.UUID, metricsBuildID uuid.UUID, params *api.GetSystemsForMetricsBuildParams, reqEditors ...api.RequestEditorFn) (*api.GetSystemsForMetricsBuildResponse, error)

GetSystemsForMetricsBuildWithResponse provides a mock function with given fields: ctx, projectID, metricsBuildID, params, reqEditors

func (*ClientWithResponsesInterface) GetTestSuiteRevisionWithResponse

func (_m *ClientWithResponsesInterface) GetTestSuiteRevisionWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, reqEditors ...api.RequestEditorFn) (*api.GetTestSuiteRevisionResponse, error)

GetTestSuiteRevisionWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, revision, reqEditors

func (*ClientWithResponsesInterface) GetTestSuiteSummaryWithResponse

func (_m *ClientWithResponsesInterface) GetTestSuiteSummaryWithResponse(ctx context.Context, projectID uuid.UUID, params *api.GetTestSuiteSummaryParams, reqEditors ...api.RequestEditorFn) (*api.GetTestSuiteSummaryResponse, error)

GetTestSuiteSummaryWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) GetTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) GetTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetTestSuiteResponse, error)

GetTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientWithResponsesInterface) GetViewSessionWithResponse

func (_m *ClientWithResponsesInterface) GetViewSessionWithResponse(ctx context.Context, viewSessionID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetViewSessionResponse, error)

GetViewSessionWithResponse provides a mock function with given fields: ctx, viewSessionID, reqEditors

func (*ClientWithResponsesInterface) GetWorkflowRunWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) GetWorkflowRunWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, workflowRunID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetWorkflowRunResponse, error)

GetWorkflowRunWithResponse provides a mock function with given fields: ctx, projectID, workflowID, workflowRunID, reqEditors

func (*ClientWithResponsesInterface) GetWorkflowWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) GetWorkflowWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.GetWorkflowResponse, error)

GetWorkflowWithResponse provides a mock function with given fields: ctx, projectID, workflowID, reqEditors

func (*ClientWithResponsesInterface) HealthWithResponse

func (_m *ClientWithResponsesInterface) HealthWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.HealthResponse, error)

HealthWithResponse provides a mock function with given fields: ctx, reqEditors

func (*ClientWithResponsesInterface) ListAllJobsWithResponse

func (_m *ClientWithResponsesInterface) ListAllJobsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListAllJobsParams, reqEditors ...api.RequestEditorFn) (*api.ListAllJobsResponse, error)

ListAllJobsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchAccountsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchAccountsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListBatchAccountsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchAccountsResponse, error)

ListBatchAccountsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchErrorsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchErrorsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListBatchErrorsResponse, error)

ListBatchErrorsWithResponse provides a mock function with given fields: ctx, projectID, batchID, reqEditors

func (*ClientWithResponsesInterface) ListBatchLogsForBatchWithResponse

func (_m *ClientWithResponsesInterface) ListBatchLogsForBatchWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchLogsForBatchParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchLogsForBatchResponse, error)

ListBatchLogsForBatchWithResponse provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchMetricsDataForBatchMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchMetricsDataForBatchMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListBatchMetricsDataForBatchMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchMetricsDataForBatchMetricIDsResponse, error)

ListBatchMetricsDataForBatchMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchMetricsDataForBatchMetricsDataIDsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchMetricsDataForBatchMetricsDataIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListBatchMetricsDataForBatchMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchMetricsDataForBatchMetricsDataIDsResponse, error)

ListBatchMetricsDataForBatchMetricsDataIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, metricsDataID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchMetricsDataWithResponse

func (_m *ClientWithResponsesInterface) ListBatchMetricsDataWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchMetricsDataParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchMetricsDataResponse, error)

ListBatchMetricsDataWithResponse provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchMetricsForBatchMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchMetricsForBatchMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListBatchMetricsForBatchMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchMetricsForBatchMetricIDsResponse, error)

ListBatchMetricsForBatchMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchMetricsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchMetricsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListBatchMetricsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchMetricsResponse, error)

ListBatchMetricsWithResponse provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchesForBuildsWithResponse

func (_m *ClientWithResponsesInterface) ListBatchesForBuildsWithResponse(ctx context.Context, projectID uuid.UUID, branchID uuid.UUID, buildID []uuid.UUID, params *api.ListBatchesForBuildsParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchesForBuildsResponse, error)

ListBatchesForBuildsWithResponse provides a mock function with given fields: ctx, projectID, branchID, buildID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchesForTestSuiteRevisionWithResponse

func (_m *ClientWithResponsesInterface) ListBatchesForTestSuiteRevisionWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, revision int32, params *api.ListBatchesForTestSuiteRevisionParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchesForTestSuiteRevisionResponse, error)

ListBatchesForTestSuiteRevisionWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, revision, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchesForTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) ListBatchesForTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, params *api.ListBatchesForTestSuiteParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchesForTestSuiteResponse, error)

ListBatchesForTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, params, reqEditors

func (*ClientWithResponsesInterface) ListBatchesWithResponse

func (_m *ClientWithResponsesInterface) ListBatchesWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListBatchesParams, reqEditors ...api.RequestEditorFn) (*api.ListBatchesResponse, error)

ListBatchesWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListBranchesForProjectWithResponse

func (_m *ClientWithResponsesInterface) ListBranchesForProjectWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListBranchesForProjectParams, reqEditors ...api.RequestEditorFn) (*api.ListBranchesForProjectResponse, error)

ListBranchesForProjectWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListBuildAccountsWithResponse

func (_m *ClientWithResponsesInterface) ListBuildAccountsWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListBuildAccountsResponse, error)

ListBuildAccountsWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) ListBuildsForBranchesWithResponse

func (_m *ClientWithResponsesInterface) ListBuildsForBranchesWithResponse(ctx context.Context, projectID uuid.UUID, branchID []uuid.UUID, params *api.ListBuildsForBranchesParams, reqEditors ...api.RequestEditorFn) (*api.ListBuildsForBranchesResponse, error)

ListBuildsForBranchesWithResponse provides a mock function with given fields: ctx, projectID, branchID, params, reqEditors

func (*ClientWithResponsesInterface) ListBuildsForSystemWithResponse

func (_m *ClientWithResponsesInterface) ListBuildsForSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, params *api.ListBuildsForSystemParams, reqEditors ...api.RequestEditorFn) (*api.ListBuildsForSystemResponse, error)

ListBuildsForSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, params, reqEditors

func (*ClientWithResponsesInterface) ListBuildsWithResponse

func (_m *ClientWithResponsesInterface) ListBuildsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListBuildsParams, reqEditors ...api.RequestEditorFn) (*api.ListBuildsResponse, error)

ListBuildsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListEventTagsForJobWithResponse

func (_m *ClientWithResponsesInterface) ListEventTagsForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListEventTagsForJobParams, reqEditors ...api.RequestEditorFn) (*api.ListEventTagsForJobResponse, error)

ListEventTagsForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientWithResponsesInterface) ListEventsForJobWithResponse

func (_m *ClientWithResponsesInterface) ListEventsForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListEventsForJobParams, reqEditors ...api.RequestEditorFn) (*api.ListEventsForJobResponse, error)

ListEventsForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientWithResponsesInterface) ListExperienceTagsForExperienceWithResponse

func (_m *ClientWithResponsesInterface) ListExperienceTagsForExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, params *api.ListExperienceTagsForExperienceParams, reqEditors ...api.RequestEditorFn) (*api.ListExperienceTagsForExperienceResponse, error)

ListExperienceTagsForExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, params, reqEditors

func (*ClientWithResponsesInterface) ListExperienceTagsWithResponse

func (_m *ClientWithResponsesInterface) ListExperienceTagsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListExperienceTagsParams, reqEditors ...api.RequestEditorFn) (*api.ListExperienceTagsResponse, error)

ListExperienceTagsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListExperiencesForSystemWithResponse

func (_m *ClientWithResponsesInterface) ListExperiencesForSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, params *api.ListExperiencesForSystemParams, reqEditors ...api.RequestEditorFn) (*api.ListExperiencesForSystemResponse, error)

ListExperiencesForSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, params, reqEditors

func (*ClientWithResponsesInterface) ListExperiencesWithExperienceTagWithResponse

func (_m *ClientWithResponsesInterface) ListExperiencesWithExperienceTagWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, params *api.ListExperiencesWithExperienceTagParams, reqEditors ...api.RequestEditorFn) (*api.ListExperiencesWithExperienceTagResponse, error)

ListExperiencesWithExperienceTagWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, params, reqEditors

func (*ClientWithResponsesInterface) ListExperiencesWithResponse

func (_m *ClientWithResponsesInterface) ListExperiencesWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListExperiencesParams, reqEditors ...api.RequestEditorFn) (*api.ListExperiencesResponse, error)

ListExperiencesWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListJobLogsForJobWithResponse

func (_m *ClientWithResponsesInterface) ListJobLogsForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListJobLogsForJobParams, reqEditors ...api.RequestEditorFn) (*api.ListJobLogsForJobResponse, error)

ListJobLogsForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientWithResponsesInterface) ListJobsWithResponse

func (_m *ClientWithResponsesInterface) ListJobsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, params *api.ListJobsParams, reqEditors ...api.RequestEditorFn) (*api.ListJobsResponse, error)

ListJobsWithResponse provides a mock function with given fields: ctx, projectID, batchID, params, reqEditors

func (*ClientWithResponsesInterface) ListLogsForReportWithResponse

func (_m *ClientWithResponsesInterface) ListLogsForReportWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListLogsForReportParams, reqEditors ...api.RequestEditorFn) (*api.ListLogsForReportResponse, error)

ListLogsForReportWithResponse provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsBuildsWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsBuildsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListMetricsBuildsParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsBuildsResponse, error)

ListMetricsBuildsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsDataForJobWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsDataForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListMetricsDataForJobParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsDataForJobResponse, error)

ListMetricsDataForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsDataForMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsDataForMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListMetricsDataForMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsDataForMetricIDsResponse, error)

ListMetricsDataForMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsDataForMetricsDataIDsWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsDataForMetricsDataIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListMetricsDataForMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsDataForMetricsDataIDsResponse, error)

ListMetricsDataForMetricsDataIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, metricsDataID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsForJobWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsForJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, params *api.ListMetricsForJobParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsForJobResponse, error)

ListMetricsForJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, params, reqEditors

func (*ClientWithResponsesInterface) ListMetricsForMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListMetricsForMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListMetricsForMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListMetricsForMetricIDsResponse, error)

ListMetricsForMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListParameterSweepsWithResponse

func (_m *ClientWithResponsesInterface) ListParameterSweepsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListParameterSweepsParams, reqEditors ...api.RequestEditorFn) (*api.ListParameterSweepsResponse, error)

ListParameterSweepsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListProjectsWithResponse

func (_m *ClientWithResponsesInterface) ListProjectsWithResponse(ctx context.Context, params *api.ListProjectsParams, reqEditors ...api.RequestEditorFn) (*api.ListProjectsResponse, error)

ListProjectsWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*ClientWithResponsesInterface) ListReportAccountsWithResponse

func (_m *ClientWithResponsesInterface) ListReportAccountsWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListReportAccountsResponse, error)

ListReportAccountsWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) ListReportMetricsDataForReportMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListReportMetricsDataForReportMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListReportMetricsDataForReportMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListReportMetricsDataForReportMetricIDsResponse, error)

ListReportMetricsDataForReportMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListReportMetricsDataForReportMetricsDataIDsWithResponse

func (_m *ClientWithResponsesInterface) ListReportMetricsDataForReportMetricsDataIDsWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricsDataID []uuid.UUID, params *api.ListReportMetricsDataForReportMetricsDataIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListReportMetricsDataForReportMetricsDataIDsResponse, error)

ListReportMetricsDataForReportMetricsDataIDsWithResponse provides a mock function with given fields: ctx, projectID, reportID, metricsDataID, params, reqEditors

func (*ClientWithResponsesInterface) ListReportMetricsDataWithResponse

func (_m *ClientWithResponsesInterface) ListReportMetricsDataWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListReportMetricsDataParams, reqEditors ...api.RequestEditorFn) (*api.ListReportMetricsDataResponse, error)

ListReportMetricsDataWithResponse provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientWithResponsesInterface) ListReportMetricsForReportMetricIDsWithResponse

func (_m *ClientWithResponsesInterface) ListReportMetricsForReportMetricIDsWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListReportMetricsForReportMetricIDsParams, reqEditors ...api.RequestEditorFn) (*api.ListReportMetricsForReportMetricIDsResponse, error)

ListReportMetricsForReportMetricIDsWithResponse provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListReportMetricsWithResponse

func (_m *ClientWithResponsesInterface) ListReportMetricsWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, params *api.ListReportMetricsParams, reqEditors ...api.RequestEditorFn) (*api.ListReportMetricsResponse, error)

ListReportMetricsWithResponse provides a mock function with given fields: ctx, projectID, reportID, params, reqEditors

func (*ClientWithResponsesInterface) ListReportsWithResponse

func (_m *ClientWithResponsesInterface) ListReportsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListReportsParams, reqEditors ...api.RequestEditorFn) (*api.ListReportsResponse, error)

ListReportsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListServiceProfilesWithResponse

func (_m *ClientWithResponsesInterface) ListServiceProfilesWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListServiceProfilesResponse, error)

ListServiceProfilesWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) ListSweepAccountsWithResponse

func (_m *ClientWithResponsesInterface) ListSweepAccountsWithResponse(ctx context.Context, projectID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListSweepAccountsResponse, error)

ListSweepAccountsWithResponse provides a mock function with given fields: ctx, projectID, reqEditors

func (*ClientWithResponsesInterface) ListSystemsWithResponse

func (_m *ClientWithResponsesInterface) ListSystemsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListSystemsParams, reqEditors ...api.RequestEditorFn) (*api.ListSystemsResponse, error)

ListSystemsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListTagsForBatchMetricsWithResponse

func (_m *ClientWithResponsesInterface) ListTagsForBatchMetricsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForBatchMetricsParams, reqEditors ...api.RequestEditorFn) (*api.ListTagsForBatchMetricsResponse, error)

ListTagsForBatchMetricsWithResponse provides a mock function with given fields: ctx, projectID, batchID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListTagsForJobMetricsWithResponse

func (_m *ClientWithResponsesInterface) ListTagsForJobMetricsWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForJobMetricsParams, reqEditors ...api.RequestEditorFn) (*api.ListTagsForJobMetricsResponse, error)

ListTagsForJobMetricsWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListTagsForReportMetricsWithResponse

func (_m *ClientWithResponsesInterface) ListTagsForReportMetricsWithResponse(ctx context.Context, projectID uuid.UUID, reportID uuid.UUID, metricID []uuid.UUID, params *api.ListTagsForReportMetricsParams, reqEditors ...api.RequestEditorFn) (*api.ListTagsForReportMetricsResponse, error)

ListTagsForReportMetricsWithResponse provides a mock function with given fields: ctx, projectID, reportID, metricID, params, reqEditors

func (*ClientWithResponsesInterface) ListTestSuiteRevisionsWithResponse

func (_m *ClientWithResponsesInterface) ListTestSuiteRevisionsWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, params *api.ListTestSuiteRevisionsParams, reqEditors ...api.RequestEditorFn) (*api.ListTestSuiteRevisionsResponse, error)

ListTestSuiteRevisionsWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, params, reqEditors

func (*ClientWithResponsesInterface) ListTestSuitesWithResponse

func (_m *ClientWithResponsesInterface) ListTestSuitesWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListTestSuitesParams, reqEditors ...api.RequestEditorFn) (*api.ListTestSuitesResponse, error)

ListTestSuitesWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) ListViewSessionsWithResponse

func (_m *ClientWithResponsesInterface) ListViewSessionsWithResponse(ctx context.Context, params *api.ListViewSessionsParams, reqEditors ...api.RequestEditorFn) (*api.ListViewSessionsResponse, error)

ListViewSessionsWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*ClientWithResponsesInterface) ListWorkflowRunsWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) ListWorkflowRunsWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, params *api.ListWorkflowRunsParams, reqEditors ...api.RequestEditorFn) (*api.ListWorkflowRunsResponse, error)

ListWorkflowRunsWithResponse provides a mock function with given fields: ctx, projectID, workflowID, params, reqEditors

func (*ClientWithResponsesInterface) ListWorkflowSuitesWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) ListWorkflowSuitesWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.ListWorkflowSuitesResponse, error)

ListWorkflowSuitesWithResponse provides a mock function with given fields: ctx, projectID, workflowID, reqEditors

func (*ClientWithResponsesInterface) ListWorkflowsWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) ListWorkflowsWithResponse(ctx context.Context, projectID uuid.UUID, params *api.ListWorkflowsParams, reqEditors ...api.RequestEditorFn) (*api.ListWorkflowsResponse, error)

ListWorkflowsWithResponse provides a mock function with given fields: ctx, projectID, params, reqEditors

func (*ClientWithResponsesInterface) RemoveExperienceTagFromExperienceWithResponse

func (_m *ClientWithResponsesInterface) RemoveExperienceTagFromExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.RemoveExperienceTagFromExperienceResponse, error)

RemoveExperienceTagFromExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, experienceID, reqEditors

func (*ClientWithResponsesInterface) RemoveExperiencesFromTestSuiteWithBodyWithResponse

func (_m *ClientWithResponsesInterface) RemoveExperiencesFromTestSuiteWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RemoveExperiencesFromTestSuiteResponse, error)

RemoveExperiencesFromTestSuiteWithBodyWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) RemoveExperiencesFromTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) RemoveExperiencesFromTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.SelectExperiencesInput, reqEditors ...api.RequestEditorFn) (*api.RemoveExperiencesFromTestSuiteResponse, error)

RemoveExperiencesFromTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientWithResponsesInterface) RemoveSystemFromExperienceWithResponse

func (_m *ClientWithResponsesInterface) RemoveSystemFromExperienceWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.RemoveSystemFromExperienceResponse, error)

RemoveSystemFromExperienceWithResponse provides a mock function with given fields: ctx, projectID, systemID, experienceID, reqEditors

func (*ClientWithResponsesInterface) RemoveSystemFromMetricsBuildWithResponse

func (_m *ClientWithResponsesInterface) RemoveSystemFromMetricsBuildWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, metricsBuildID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.RemoveSystemFromMetricsBuildResponse, error)

RemoveSystemFromMetricsBuildWithResponse provides a mock function with given fields: ctx, projectID, systemID, metricsBuildID, reqEditors

func (*ClientWithResponsesInterface) RemoveSystemsFromExperiencesWithBodyWithResponse

func (_m *ClientWithResponsesInterface) RemoveSystemsFromExperiencesWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RemoveSystemsFromExperiencesResponse, error)

RemoveSystemsFromExperiencesWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) RemoveSystemsFromExperiencesWithResponse

func (_m *ClientWithResponsesInterface) RemoveSystemsFromExperiencesWithResponse(ctx context.Context, projectID uuid.UUID, body api.MutateSystemsToExperienceInput, reqEditors ...api.RequestEditorFn) (*api.RemoveSystemsFromExperiencesResponse, error)

RemoveSystemsFromExperiencesWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) RerunBatchWithBodyWithResponse

func (_m *ClientWithResponsesInterface) RerunBatchWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RerunBatchResponse, error)

RerunBatchWithBodyWithResponse provides a mock function with given fields: ctx, projectID, batchID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) RerunBatchWithResponse

func (_m *ClientWithResponsesInterface) RerunBatchWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, body api.RerunBatchInput, reqEditors ...api.RequestEditorFn) (*api.RerunBatchResponse, error)

RerunBatchWithResponse provides a mock function with given fields: ctx, projectID, batchID, body, reqEditors

func (*ClientWithResponsesInterface) RestoreExperienceWithResponse

func (_m *ClientWithResponsesInterface) RestoreExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.RestoreExperienceResponse, error)

RestoreExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, reqEditors

func (*ClientWithResponsesInterface) RestoreTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) RestoreTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, reqEditors ...api.RequestEditorFn) (*api.RestoreTestSuiteResponse, error)

RestoreTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, reqEditors

func (*ClientWithResponsesInterface) ReviseTestSuiteWithBodyWithResponse

func (_m *ClientWithResponsesInterface) ReviseTestSuiteWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ReviseTestSuiteResponse, error)

ReviseTestSuiteWithBodyWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) ReviseTestSuiteWithResponse

func (_m *ClientWithResponsesInterface) ReviseTestSuiteWithResponse(ctx context.Context, projectID uuid.UUID, testSuiteID uuid.UUID, body api.ReviseTestSuiteInput, reqEditors ...api.RequestEditorFn) (*api.ReviseTestSuiteResponse, error)

ReviseTestSuiteWithResponse provides a mock function with given fields: ctx, projectID, testSuiteID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateBatchWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateBatchWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateBatchResponse, error)

UpdateBatchWithBodyWithResponse provides a mock function with given fields: ctx, projectID, batchID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateBatchWithResponse

func (_m *ClientWithResponsesInterface) UpdateBatchWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, body api.UpdateBatchInput, reqEditors ...api.RequestEditorFn) (*api.UpdateBatchResponse, error)

UpdateBatchWithResponse provides a mock function with given fields: ctx, projectID, batchID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateBuildWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateBuildWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateBuildResponse, error)

UpdateBuildWithBodyWithResponse provides a mock function with given fields: ctx, projectID, buildID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateBuildWithResponse

func (_m *ClientWithResponsesInterface) UpdateBuildWithResponse(ctx context.Context, projectID uuid.UUID, buildID uuid.UUID, body api.UpdateBuildInput, reqEditors ...api.RequestEditorFn) (*api.UpdateBuildResponse, error)

UpdateBuildWithResponse provides a mock function with given fields: ctx, projectID, buildID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateEventWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateEventWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateEventResponse, error)

UpdateEventWithBodyWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateEventWithResponse

func (_m *ClientWithResponsesInterface) UpdateEventWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, eventID uuid.UUID, body api.UpdateEventInput, reqEditors ...api.RequestEditorFn) (*api.UpdateEventResponse, error)

UpdateEventWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, eventID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateExperienceTagWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateExperienceTagWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateExperienceTagResponse, error)

UpdateExperienceTagWithBodyWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateExperienceTagWithResponse

func (_m *ClientWithResponsesInterface) UpdateExperienceTagWithResponse(ctx context.Context, projectID uuid.UUID, experienceTagID uuid.UUID, body api.UpdateExperienceTagInput, reqEditors ...api.RequestEditorFn) (*api.UpdateExperienceTagResponse, error)

UpdateExperienceTagWithResponse provides a mock function with given fields: ctx, projectID, experienceTagID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateExperienceWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateExperienceWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateExperienceResponse, error)

UpdateExperienceWithBodyWithResponse provides a mock function with given fields: ctx, projectID, experienceID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateExperienceWithResponse

func (_m *ClientWithResponsesInterface) UpdateExperienceWithResponse(ctx context.Context, projectID uuid.UUID, experienceID uuid.UUID, body api.UpdateExperienceInput, reqEditors ...api.RequestEditorFn) (*api.UpdateExperienceResponse, error)

UpdateExperienceWithResponse provides a mock function with given fields: ctx, projectID, experienceID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateJobWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateJobWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateJobResponse, error)

UpdateJobWithBodyWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateJobWithResponse

func (_m *ClientWithResponsesInterface) UpdateJobWithResponse(ctx context.Context, projectID uuid.UUID, batchID uuid.UUID, jobID uuid.UUID, body api.UpdateJobInput, reqEditors ...api.RequestEditorFn) (*api.UpdateJobResponse, error)

UpdateJobWithResponse provides a mock function with given fields: ctx, projectID, batchID, jobID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateProjectWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateProjectWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateProjectResponse, error)

UpdateProjectWithBodyWithResponse provides a mock function with given fields: ctx, projectID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateProjectWithResponse

func (_m *ClientWithResponsesInterface) UpdateProjectWithResponse(ctx context.Context, projectID uuid.UUID, body api.UpdateProjectInput, reqEditors ...api.RequestEditorFn) (*api.UpdateProjectResponse, error)

UpdateProjectWithResponse provides a mock function with given fields: ctx, projectID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateSystemWithBodyWithResponse

func (_m *ClientWithResponsesInterface) UpdateSystemWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateSystemResponse, error)

UpdateSystemWithBodyWithResponse provides a mock function with given fields: ctx, projectID, systemID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateSystemWithResponse

func (_m *ClientWithResponsesInterface) UpdateSystemWithResponse(ctx context.Context, projectID uuid.UUID, systemID uuid.UUID, body api.UpdateSystemInput, reqEditors ...api.RequestEditorFn) (*api.UpdateSystemResponse, error)

UpdateSystemWithResponse provides a mock function with given fields: ctx, projectID, systemID, body, reqEditors

func (*ClientWithResponsesInterface) UpdateWorkflowWithBodyWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) UpdateWorkflowWithBodyWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdateWorkflowResponse, error)

UpdateWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, projectID, workflowID, contentType, body, reqEditors

func (*ClientWithResponsesInterface) UpdateWorkflowWithResponse added in v0.27.0

func (_m *ClientWithResponsesInterface) UpdateWorkflowWithResponse(ctx context.Context, projectID uuid.UUID, workflowID uuid.UUID, body api.UpdateWorkflowInput, reqEditors ...api.RequestEditorFn) (*api.UpdateWorkflowResponse, error)

UpdateWorkflowWithResponse provides a mock function with given fields: ctx, projectID, workflowID, body, reqEditors

func (*ClientWithResponsesInterface) ValidateExperienceLocationWithBodyWithResponse

func (_m *ClientWithResponsesInterface) ValidateExperienceLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ValidateExperienceLocationResponse, error)

ValidateExperienceLocationWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*ClientWithResponsesInterface) ValidateExperienceLocationWithResponse

func (_m *ClientWithResponsesInterface) ValidateExperienceLocationWithResponse(ctx context.Context, body api.ExperienceLocation, reqEditors ...api.RequestEditorFn) (*api.ValidateExperienceLocationResponse, error)

ValidateExperienceLocationWithResponse provides a mock function with given fields: ctx, body, reqEditors

type ClientWithResponsesInterface_AddExperienceTagToExperienceWithResponse_Call

type ClientWithResponsesInterface_AddExperienceTagToExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddExperienceTagToExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperienceTagToExperienceWithResponse'

func (*ClientWithResponsesInterface_AddExperienceTagToExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_AddExperiencesToTestSuiteWithBodyWithResponse_Call

type ClientWithResponsesInterface_AddExperiencesToTestSuiteWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddExperiencesToTestSuiteWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperiencesToTestSuiteWithBodyWithResponse'

func (*ClientWithResponsesInterface_AddExperiencesToTestSuiteWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_AddExperiencesToTestSuiteWithResponse_Call

type ClientWithResponsesInterface_AddExperiencesToTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddExperiencesToTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddExperiencesToTestSuiteWithResponse'

func (*ClientWithResponsesInterface_AddExperiencesToTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_AddSystemToExperienceWithResponse_Call

type ClientWithResponsesInterface_AddSystemToExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddSystemToExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemToExperienceWithResponse'

func (*ClientWithResponsesInterface_AddSystemToExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_AddSystemToMetricsBuildWithResponse_Call

type ClientWithResponsesInterface_AddSystemToMetricsBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddSystemToMetricsBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemToMetricsBuildWithResponse'

func (*ClientWithResponsesInterface_AddSystemToMetricsBuildWithResponse_Call) Run

type ClientWithResponsesInterface_AddSystemsToExperiencesWithBodyWithResponse_Call

type ClientWithResponsesInterface_AddSystemsToExperiencesWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddSystemsToExperiencesWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemsToExperiencesWithBodyWithResponse'

func (*ClientWithResponsesInterface_AddSystemsToExperiencesWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_AddSystemsToExperiencesWithResponse_Call

type ClientWithResponsesInterface_AddSystemsToExperiencesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddSystemsToExperiencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddSystemsToExperiencesWithResponse'

func (*ClientWithResponsesInterface_AddSystemsToExperiencesWithResponse_Call) Run

type ClientWithResponsesInterface_AddTagsToExperiencesWithBodyWithResponse_Call

type ClientWithResponsesInterface_AddTagsToExperiencesWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddTagsToExperiencesWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTagsToExperiencesWithBodyWithResponse'

func (*ClientWithResponsesInterface_AddTagsToExperiencesWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_AddTagsToExperiencesWithResponse_Call

type ClientWithResponsesInterface_AddTagsToExperiencesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddTagsToExperiencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTagsToExperiencesWithResponse'

func (*ClientWithResponsesInterface_AddTagsToExperiencesWithResponse_Call) Run

type ClientWithResponsesInterface_AddTestSuitesToExperiencesWithBodyWithResponse_Call

type ClientWithResponsesInterface_AddTestSuitesToExperiencesWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddTestSuitesToExperiencesWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTestSuitesToExperiencesWithBodyWithResponse'

func (*ClientWithResponsesInterface_AddTestSuitesToExperiencesWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_AddTestSuitesToExperiencesWithResponse_Call

type ClientWithResponsesInterface_AddTestSuitesToExperiencesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_AddTestSuitesToExperiencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddTestSuitesToExperiencesWithResponse'

func (*ClientWithResponsesInterface_AddTestSuitesToExperiencesWithResponse_Call) Run

type ClientWithResponsesInterface_ArchiveExperienceWithResponse_Call

type ClientWithResponsesInterface_ArchiveExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ArchiveExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveExperienceWithResponse'

func (*ClientWithResponsesInterface_ArchiveExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_ArchiveProjectWithResponse_Call

type ClientWithResponsesInterface_ArchiveProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ArchiveProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveProjectWithResponse'

func (*ClientWithResponsesInterface_ArchiveProjectWithResponse_Call) Return

func (*ClientWithResponsesInterface_ArchiveProjectWithResponse_Call) Run

type ClientWithResponsesInterface_ArchiveSystemWithResponse_Call

type ClientWithResponsesInterface_ArchiveSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ArchiveSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveSystemWithResponse'

func (*ClientWithResponsesInterface_ArchiveSystemWithResponse_Call) Return

func (*ClientWithResponsesInterface_ArchiveSystemWithResponse_Call) Run

type ClientWithResponsesInterface_ArchiveTestSuiteWithResponse_Call

type ClientWithResponsesInterface_ArchiveTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ArchiveTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveTestSuiteWithResponse'

func (*ClientWithResponsesInterface_ArchiveTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_CancelBatchWithResponse_Call

type ClientWithResponsesInterface_CancelBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CancelBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelBatchWithResponse'

func (*ClientWithResponsesInterface_CancelBatchWithResponse_Call) Return

func (*ClientWithResponsesInterface_CancelBatchWithResponse_Call) Run

type ClientWithResponsesInterface_CancelParameterSweepWithResponse_Call

type ClientWithResponsesInterface_CancelParameterSweepWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CancelParameterSweepWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelParameterSweepWithResponse'

func (*ClientWithResponsesInterface_CancelParameterSweepWithResponse_Call) Run

type ClientWithResponsesInterface_CompareBatchesWithResponse_Call

type ClientWithResponsesInterface_CompareBatchesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CompareBatchesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CompareBatchesWithResponse'

func (*ClientWithResponsesInterface_CompareBatchesWithResponse_Call) Return

func (*ClientWithResponsesInterface_CompareBatchesWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteRevisionWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithResponse_Call

type ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteRevisionWithResponse'

func (*ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchForTestSuiteWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBatchForTestSuiteWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchForTestSuiteWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBatchForTestSuiteWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchForTestSuiteWithResponse_Call

type ClientWithResponsesInterface_CreateBatchForTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchForTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchForTestSuiteWithResponse'

func (*ClientWithResponsesInterface_CreateBatchForTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBatchWithResponse_Call

type ClientWithResponsesInterface_CreateBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBatchWithResponse'

func (*ClientWithResponsesInterface_CreateBatchWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateBatchWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBranchForProjectWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBranchForProjectWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBranchForProjectWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBranchForProjectWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBranchForProjectWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBranchForProjectWithResponse_Call

type ClientWithResponsesInterface_CreateBranchForProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBranchForProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBranchForProjectWithResponse'

func (*ClientWithResponsesInterface_CreateBranchForProjectWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBuildForBranchWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBuildForBranchWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBuildForBranchWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForBranchWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBuildForBranchWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBuildForBranchWithResponse_Call

type ClientWithResponsesInterface_CreateBuildForBranchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBuildForBranchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForBranchWithResponse'

func (*ClientWithResponsesInterface_CreateBuildForBranchWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBuildForSystemWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateBuildForSystemWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBuildForSystemWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForSystemWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateBuildForSystemWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateBuildForSystemWithResponse_Call

type ClientWithResponsesInterface_CreateBuildForSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateBuildForSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateBuildForSystemWithResponse'

func (*ClientWithResponsesInterface_CreateBuildForSystemWithResponse_Call) Run

type ClientWithResponsesInterface_CreateExperienceTagWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateExperienceTagWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateExperienceTagWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceTagWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateExperienceTagWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateExperienceTagWithResponse_Call

type ClientWithResponsesInterface_CreateExperienceTagWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateExperienceTagWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceTagWithResponse'

func (*ClientWithResponsesInterface_CreateExperienceTagWithResponse_Call) Run

type ClientWithResponsesInterface_CreateExperienceWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateExperienceWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateExperienceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateExperienceWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateExperienceWithResponse_Call

type ClientWithResponsesInterface_CreateExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExperienceWithResponse'

func (*ClientWithResponsesInterface_CreateExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_CreateMetricsBuildWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateMetricsBuildWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateMetricsBuildWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMetricsBuildWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateMetricsBuildWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateMetricsBuildWithResponse_Call

type ClientWithResponsesInterface_CreateMetricsBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateMetricsBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateMetricsBuildWithResponse'

func (*ClientWithResponsesInterface_CreateMetricsBuildWithResponse_Call) Run

type ClientWithResponsesInterface_CreateParameterSweepWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateParameterSweepWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateParameterSweepWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateParameterSweepWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateParameterSweepWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateParameterSweepWithResponse_Call

type ClientWithResponsesInterface_CreateParameterSweepWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateParameterSweepWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateParameterSweepWithResponse'

func (*ClientWithResponsesInterface_CreateParameterSweepWithResponse_Call) Run

type ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateProjectWithResponse_Call

type ClientWithResponsesInterface_CreateProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithResponse'

func (*ClientWithResponsesInterface_CreateProjectWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateProjectWithResponse_Call) Run

type ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReportWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateReportWithResponse_Call

type ClientWithResponsesInterface_CreateReportWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateReportWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReportWithResponse'

func (*ClientWithResponsesInterface_CreateReportWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateReportWithResponse_Call) Run

type ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSystemWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateSystemWithResponse_Call

type ClientWithResponsesInterface_CreateSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSystemWithResponse'

func (*ClientWithResponsesInterface_CreateSystemWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateSystemWithResponse_Call) Run

type ClientWithResponsesInterface_CreateTestSuiteWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateTestSuiteWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateTestSuiteWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTestSuiteWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateTestSuiteWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call

type ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTestSuiteWithResponse'

func (*ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call) Return

func (*ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_CreateViewSessionWithResponse_Call

type ClientWithResponsesInterface_CreateViewSessionWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateViewSessionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateViewSessionWithResponse'

func (*ClientWithResponsesInterface_CreateViewSessionWithResponse_Call) Run

type ClientWithResponsesInterface_CreateViewUpdateWithBodyWithResponse_Call

type ClientWithResponsesInterface_CreateViewUpdateWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateViewUpdateWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateViewUpdateWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateViewUpdateWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRunWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRunWithResponse'

func (*ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowWithBodyWithResponse'

func (*ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call) Run added in v0.27.0

func (*ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call) RunAndReturn added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_CreateWorkflowWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_CreateWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowWithResponse'

func (*ClientWithResponsesInterface_CreateWorkflowWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_CreateWorkflowWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_DebugExperienceWithBodyWithResponse_Call

type ClientWithResponsesInterface_DebugExperienceWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DebugExperienceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugExperienceWithBodyWithResponse'

func (*ClientWithResponsesInterface_DebugExperienceWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_DebugExperienceWithResponse_Call

type ClientWithResponsesInterface_DebugExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DebugExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DebugExperienceWithResponse'

func (*ClientWithResponsesInterface_DebugExperienceWithResponse_Call) Return

func (*ClientWithResponsesInterface_DebugExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call

type ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBatchLogWithResponse'

func (*ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call) Return

func (*ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call) Run

type ClientWithResponsesInterface_DeleteBranchForProjectWithResponse_Call

type ClientWithResponsesInterface_DeleteBranchForProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DeleteBranchForProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBranchForProjectWithResponse'

func (*ClientWithResponsesInterface_DeleteBranchForProjectWithResponse_Call) Run

type ClientWithResponsesInterface_DeleteBuildForBranchWithResponse_Call

type ClientWithResponsesInterface_DeleteBuildForBranchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DeleteBuildForBranchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteBuildForBranchWithResponse'

func (*ClientWithResponsesInterface_DeleteBuildForBranchWithResponse_Call) Run

type ClientWithResponsesInterface_DeleteExperienceTagWithResponse_Call

type ClientWithResponsesInterface_DeleteExperienceTagWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DeleteExperienceTagWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteExperienceTagWithResponse'

func (*ClientWithResponsesInterface_DeleteExperienceTagWithResponse_Call) Run

type ClientWithResponsesInterface_DeleteJobLogWithResponse_Call

type ClientWithResponsesInterface_DeleteJobLogWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_DeleteJobLogWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteJobLogWithResponse'

func (*ClientWithResponsesInterface_DeleteJobLogWithResponse_Call) Return

func (*ClientWithResponsesInterface_DeleteJobLogWithResponse_Call) Run

type ClientWithResponsesInterface_Expecter

type ClientWithResponsesInterface_Expecter struct {
	// contains filtered or unexported fields
}

func (*ClientWithResponsesInterface_Expecter) AddExperienceTagToExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddExperienceTagToExperienceWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddExperienceTagToExperienceWithResponse_Call

AddExperienceTagToExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddExperiencesToTestSuiteWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddExperiencesToTestSuiteWithBodyWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddExperiencesToTestSuiteWithBodyWithResponse_Call

AddExperiencesToTestSuiteWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddExperiencesToTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddExperiencesToTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddExperiencesToTestSuiteWithResponse_Call

AddExperiencesToTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.SelectExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddSystemToExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddSystemToExperienceWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddSystemToExperienceWithResponse_Call

AddSystemToExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddSystemToMetricsBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddSystemToMetricsBuildWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddSystemToMetricsBuildWithResponse_Call

AddSystemToMetricsBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddSystemsToExperiencesWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddSystemsToExperiencesWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddSystemsToExperiencesWithBodyWithResponse_Call

AddSystemsToExperiencesWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddSystemsToExperiencesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddSystemsToExperiencesWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddSystemsToExperiencesWithResponse_Call

AddSystemsToExperiencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.MutateSystemsToExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddTagsToExperiencesWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddTagsToExperiencesWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddTagsToExperiencesWithBodyWithResponse_Call

AddTagsToExperiencesWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddTagsToExperiencesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddTagsToExperiencesWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddTagsToExperiencesWithResponse_Call

AddTagsToExperiencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.AddTagsToExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddTestSuitesToExperiencesWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddTestSuitesToExperiencesWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddTestSuitesToExperiencesWithBodyWithResponse_Call

AddTestSuitesToExperiencesWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) AddTestSuitesToExperiencesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) AddTestSuitesToExperiencesWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_AddTestSuitesToExperiencesWithResponse_Call

AddTestSuitesToExperiencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.AddSuitesToExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ArchiveExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ArchiveExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ArchiveExperienceWithResponse_Call

ArchiveExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ArchiveProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ArchiveProjectWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ArchiveProjectWithResponse_Call

ArchiveProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ArchiveSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ArchiveSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ArchiveSystemWithResponse_Call

ArchiveSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ArchiveTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ArchiveTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ArchiveTestSuiteWithResponse_Call

ArchiveTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CancelBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CancelBatchWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CancelBatchWithResponse_Call

CancelBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CancelParameterSweepWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CancelParameterSweepWithResponse(ctx interface{}, projectID interface{}, sweepID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CancelParameterSweepWithResponse_Call

CancelParameterSweepWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • sweepID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CompareBatchesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CompareBatchesWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, otherBatchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CompareBatchesWithResponse_Call

CompareBatchesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • otherBatchID uuid.UUID
  • params *api.CompareBatchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteRevisionWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteRevisionWithBodyWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithBodyWithResponse_Call

CreateBatchForTestSuiteRevisionWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteRevisionWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteRevisionWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchForTestSuiteRevisionWithResponse_Call

CreateBatchForTestSuiteRevisionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • body api.TestSuiteBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteWithBodyWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchForTestSuiteWithBodyWithResponse_Call

CreateBatchForTestSuiteWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchForTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchForTestSuiteWithResponse_Call

CreateBatchForTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.TestSuiteBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchWithBodyWithResponse_Call

CreateBatchWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBatchWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBatchWithResponse_Call

CreateBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.BatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBranchForProjectWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBranchForProjectWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBranchForProjectWithBodyWithResponse_Call

CreateBranchForProjectWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBranchForProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBranchForProjectWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBranchForProjectWithResponse_Call

CreateBranchForProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateBranchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBuildForBranchWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBuildForBranchWithBodyWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBuildForBranchWithBodyWithResponse_Call

CreateBuildForBranchWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBuildForBranchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBuildForBranchWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBuildForBranchWithResponse_Call

CreateBuildForBranchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • body api.CreateBuildForBranchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBuildForSystemWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBuildForSystemWithBodyWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBuildForSystemWithBodyWithResponse_Call

CreateBuildForSystemWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateBuildForSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateBuildForSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateBuildForSystemWithResponse_Call

CreateBuildForSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • body api.CreateBuildForSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateExperienceTagWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateExperienceTagWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateExperienceTagWithBodyWithResponse_Call

CreateExperienceTagWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateExperienceTagWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateExperienceTagWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateExperienceTagWithResponse_Call

CreateExperienceTagWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateExperienceTagInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateExperienceWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateExperienceWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateExperienceWithBodyWithResponse_Call

CreateExperienceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateExperienceWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateExperienceWithResponse_Call

CreateExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateMetricsBuildWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateMetricsBuildWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateMetricsBuildWithBodyWithResponse_Call

CreateMetricsBuildWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateMetricsBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateMetricsBuildWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateMetricsBuildWithResponse_Call

CreateMetricsBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateMetricsBuildInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateParameterSweepWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateParameterSweepWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateParameterSweepWithBodyWithResponse_Call

CreateParameterSweepWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateParameterSweepWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateParameterSweepWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateParameterSweepWithResponse_Call

CreateParameterSweepWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.ParameterSweepInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateProjectWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateProjectWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call

CreateProjectWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateProjectWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateProjectWithResponse_Call

CreateProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body api.CreateProjectInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateReportWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateReportWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateReportWithBodyWithResponse_Call

CreateReportWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateReportWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateReportWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateReportWithResponse_Call

CreateReportWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.ReportInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateSystemWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateSystemWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateSystemWithBodyWithResponse_Call

CreateSystemWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateSystemWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateSystemWithResponse_Call

CreateSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateTestSuiteWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateTestSuiteWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateTestSuiteWithBodyWithResponse_Call

CreateTestSuiteWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateTestSuiteWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateTestSuiteWithResponse_Call

CreateTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateTestSuiteInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateViewSessionWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateViewSessionWithResponse(ctx interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateViewSessionWithResponse_Call

CreateViewSessionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateViewUpdateWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) CreateViewUpdateWithBodyWithResponse(ctx interface{}, viewSessionID interface{}, viewUpdateID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateViewUpdateWithBodyWithResponse_Call

CreateViewUpdateWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • viewSessionID uuid.UUID
  • viewUpdateID int
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateWorkflowRunWithBodyWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) CreateWorkflowRunWithBodyWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call

CreateWorkflowRunWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateWorkflowRunWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) CreateWorkflowRunWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call

CreateWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • body api.CreateWorkflowRunInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateWorkflowWithBodyWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) CreateWorkflowWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call

CreateWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) CreateWorkflowWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) CreateWorkflowWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_CreateWorkflowWithResponse_Call

CreateWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.CreateWorkflowInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DebugExperienceWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DebugExperienceWithBodyWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DebugExperienceWithBodyWithResponse_Call

DebugExperienceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DebugExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DebugExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DebugExperienceWithResponse_Call

DebugExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • body api.DebugExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DeleteBatchLogWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DeleteBatchLogWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, logID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DeleteBatchLogWithResponse_Call

DeleteBatchLogWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DeleteBranchForProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DeleteBranchForProjectWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DeleteBranchForProjectWithResponse_Call

DeleteBranchForProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DeleteBuildForBranchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DeleteBuildForBranchWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DeleteBuildForBranchWithResponse_Call

DeleteBuildForBranchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DeleteExperienceTagWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DeleteExperienceTagWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DeleteExperienceTagWithResponse_Call

DeleteExperienceTagWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) DeleteJobLogWithResponse

func (_e *ClientWithResponsesInterface_Expecter) DeleteJobLogWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, logID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_DeleteJobLogWithResponse_Call

DeleteJobLogWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBatchLogWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBatchLogWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, logID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBatchLogWithResponse_Call

GetBatchLogWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBatchSuggestionsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBatchSuggestionsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBatchSuggestionsWithResponse_Call

GetBatchSuggestionsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBatchWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBatchWithResponse_Call

GetBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBranchForProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBranchForProjectWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBranchForProjectWithResponse_Call

GetBranchForProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBuildForBranchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBuildForBranchWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBuildForBranchWithResponse_Call

GetBuildForBranchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBuildForSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBuildForSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBuildForSystemWithResponse_Call

GetBuildForSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetBuildWithResponse(ctx interface{}, projectID interface{}, buildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetBuildWithResponse_Call

GetBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetEventForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetEventForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetEventForJobWithResponse_Call

GetEventForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetExperienceTagWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetExperienceTagWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetExperienceTagWithResponse_Call

GetExperienceTagWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetExperienceWithResponse_Call

GetExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetJobLogWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetJobLogWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, logID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetJobLogWithResponse_Call

GetJobLogWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetJobWithResponse_Call

GetJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetMetricsBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetMetricsBuildWithResponse(ctx interface{}, projectID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call

GetMetricsBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetParameterSweepWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetParameterSweepWithResponse(ctx interface{}, projectID interface{}, sweepID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetParameterSweepWithResponse_Call

GetParameterSweepWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • sweepID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetProjectWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetProjectWithResponse_Call

GetProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetQuotaWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetQuotaWithResponse(ctx interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetQuotaWithResponse_Call

GetQuotaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetReportLogWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetReportLogWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, logID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetReportLogWithResponse_Call

GetReportLogWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • logID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetReportWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetReportWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetReportWithResponse_Call

GetReportWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetSystemWithResponse_Call

GetSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetSystemsForExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetSystemsForExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetSystemsForExperienceWithResponse_Call

GetSystemsForExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • params *api.GetSystemsForExperienceParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetSystemsForMetricsBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetSystemsForMetricsBuildWithResponse(ctx interface{}, projectID interface{}, metricsBuildID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetSystemsForMetricsBuildWithResponse_Call

GetSystemsForMetricsBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • metricsBuildID uuid.UUID
  • params *api.GetSystemsForMetricsBuildParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetTestSuiteRevisionWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetTestSuiteRevisionWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetTestSuiteRevisionWithResponse_Call

GetTestSuiteRevisionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetTestSuiteSummaryWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetTestSuiteSummaryWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetTestSuiteSummaryWithResponse_Call

GetTestSuiteSummaryWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.GetTestSuiteSummaryParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetTestSuiteWithResponse_Call

GetTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetViewSessionWithResponse

func (_e *ClientWithResponsesInterface_Expecter) GetViewSessionWithResponse(ctx interface{}, viewSessionID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetViewSessionWithResponse_Call

GetViewSessionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • viewSessionID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetWorkflowRunWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) GetWorkflowRunWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, workflowRunID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call

GetWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • workflowRunID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) GetWorkflowWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) GetWorkflowWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_GetWorkflowWithResponse_Call

GetWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) HealthWithResponse

func (_e *ClientWithResponsesInterface_Expecter) HealthWithResponse(ctx interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_HealthWithResponse_Call

HealthWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListAllJobsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListAllJobsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListAllJobsWithResponse_Call

ListAllJobsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListAllJobsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchAccountsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchAccountsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchAccountsWithResponse_Call

ListBatchAccountsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBatchAccountsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchErrorsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchErrorsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call

ListBatchErrorsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchLogsForBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchLogsForBatchWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchLogsForBatchWithResponse_Call

ListBatchLogsForBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchLogsForBatchParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchMetricsDataForBatchMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchMetricsDataForBatchMetricIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricIDsWithResponse_Call

ListBatchMetricsDataForBatchMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListBatchMetricsDataForBatchMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchMetricsDataForBatchMetricsDataIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchMetricsDataForBatchMetricsDataIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricsDataIDsWithResponse_Call

ListBatchMetricsDataForBatchMetricsDataIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListBatchMetricsDataForBatchMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchMetricsDataWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchMetricsDataWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchMetricsDataWithResponse_Call

ListBatchMetricsDataWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchMetricsDataParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchMetricsForBatchMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchMetricsForBatchMetricIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchMetricsForBatchMetricIDsWithResponse_Call

ListBatchMetricsForBatchMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListBatchMetricsForBatchMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchMetricsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchMetricsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchMetricsWithResponse_Call

ListBatchMetricsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListBatchMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchesForBuildsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchesForBuildsWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, buildID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchesForBuildsWithResponse_Call

ListBatchesForBuildsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID uuid.UUID
  • buildID []uuid.UUID
  • params *api.ListBatchesForBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchesForTestSuiteRevisionWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchesForTestSuiteRevisionWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, revision interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchesForTestSuiteRevisionWithResponse_Call

ListBatchesForTestSuiteRevisionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • revision int32
  • params *api.ListBatchesForTestSuiteRevisionParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchesForTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchesForTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchesForTestSuiteWithResponse_Call

ListBatchesForTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • params *api.ListBatchesForTestSuiteParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBatchesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBatchesWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBatchesWithResponse_Call

ListBatchesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBatchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBranchesForProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBranchesForProjectWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBranchesForProjectWithResponse_Call

ListBranchesForProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBranchesForProjectParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBuildAccountsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBuildAccountsWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBuildAccountsWithResponse_Call

ListBuildAccountsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBuildsForBranchesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBuildsForBranchesWithResponse(ctx interface{}, projectID interface{}, branchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBuildsForBranchesWithResponse_Call

ListBuildsForBranchesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • branchID []uuid.UUID
  • params *api.ListBuildsForBranchesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBuildsForSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBuildsForSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBuildsForSystemWithResponse_Call

ListBuildsForSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • params *api.ListBuildsForSystemParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListBuildsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListBuildsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListBuildsWithResponse_Call

ListBuildsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListEventTagsForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListEventTagsForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListEventTagsForJobWithResponse_Call

ListEventTagsForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListEventTagsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListEventsForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListEventsForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListEventsForJobWithResponse_Call

ListEventsForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListEventsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListExperienceTagsForExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListExperienceTagsForExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListExperienceTagsForExperienceWithResponse_Call

ListExperienceTagsForExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • params *api.ListExperienceTagsForExperienceParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListExperienceTagsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListExperienceTagsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListExperienceTagsWithResponse_Call

ListExperienceTagsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListExperienceTagsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListExperiencesForSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListExperiencesForSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListExperiencesForSystemWithResponse_Call

ListExperiencesForSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • params *api.ListExperiencesForSystemParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListExperiencesWithExperienceTagWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListExperiencesWithExperienceTagWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListExperiencesWithExperienceTagWithResponse_Call

ListExperiencesWithExperienceTagWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • params *api.ListExperiencesWithExperienceTagParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListExperiencesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListExperiencesWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListExperiencesWithResponse_Call

ListExperiencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListExperiencesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListJobLogsForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListJobLogsForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListJobLogsForJobWithResponse_Call

ListJobLogsForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListJobLogsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListJobsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListJobsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListJobsWithResponse_Call

ListJobsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • params *api.ListJobsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListLogsForReportWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListLogsForReportWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListLogsForReportWithResponse_Call

ListLogsForReportWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListLogsForReportParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsBuildsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsBuildsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsBuildsWithResponse_Call

ListMetricsBuildsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListMetricsBuildsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsDataForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsDataForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsDataForJobWithResponse_Call

ListMetricsDataForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListMetricsDataForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsDataForMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsDataForMetricIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsDataForMetricIDsWithResponse_Call

ListMetricsDataForMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListMetricsDataForMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsDataForMetricsDataIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsDataForMetricsDataIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsDataForMetricsDataIDsWithResponse_Call

ListMetricsDataForMetricsDataIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListMetricsDataForMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsForJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsForJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsForJobWithResponse_Call

ListMetricsForJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • params *api.ListMetricsForJobParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListMetricsForMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListMetricsForMetricIDsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListMetricsForMetricIDsWithResponse_Call

ListMetricsForMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListMetricsForMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListParameterSweepsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListParameterSweepsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListParameterSweepsWithResponse_Call

ListParameterSweepsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListParameterSweepsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListProjectsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListProjectsWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListProjectsWithResponse_Call

ListProjectsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *api.ListProjectsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportAccountsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportAccountsWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportAccountsWithResponse_Call

ListReportAccountsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportMetricsDataForReportMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportMetricsDataForReportMetricIDsWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportMetricsDataForReportMetricIDsWithResponse_Call

ListReportMetricsDataForReportMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListReportMetricsDataForReportMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportMetricsDataForReportMetricsDataIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportMetricsDataForReportMetricsDataIDsWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, metricsDataID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportMetricsDataForReportMetricsDataIDsWithResponse_Call

ListReportMetricsDataForReportMetricsDataIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricsDataID []uuid.UUID
  • params *api.ListReportMetricsDataForReportMetricsDataIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportMetricsDataWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportMetricsDataWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportMetricsDataWithResponse_Call

ListReportMetricsDataWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListReportMetricsDataParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportMetricsForReportMetricIDsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportMetricsForReportMetricIDsWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportMetricsForReportMetricIDsWithResponse_Call

ListReportMetricsForReportMetricIDsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListReportMetricsForReportMetricIDsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportMetricsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportMetricsWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportMetricsWithResponse_Call

ListReportMetricsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • params *api.ListReportMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListReportsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListReportsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListReportsWithResponse_Call

ListReportsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListReportsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListServiceProfilesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListServiceProfilesWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListServiceProfilesWithResponse_Call

ListServiceProfilesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListSweepAccountsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListSweepAccountsWithResponse(ctx interface{}, projectID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListSweepAccountsWithResponse_Call

ListSweepAccountsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListSystemsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListSystemsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListSystemsWithResponse_Call

ListSystemsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListSystemsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListTagsForBatchMetricsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListTagsForBatchMetricsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListTagsForBatchMetricsWithResponse_Call

ListTagsForBatchMetricsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForBatchMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListTagsForJobMetricsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListTagsForJobMetricsWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListTagsForJobMetricsWithResponse_Call

ListTagsForJobMetricsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForJobMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListTagsForReportMetricsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListTagsForReportMetricsWithResponse(ctx interface{}, projectID interface{}, reportID interface{}, metricID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListTagsForReportMetricsWithResponse_Call

ListTagsForReportMetricsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • reportID uuid.UUID
  • metricID []uuid.UUID
  • params *api.ListTagsForReportMetricsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListTestSuiteRevisionsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListTestSuiteRevisionsWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListTestSuiteRevisionsWithResponse_Call

ListTestSuiteRevisionsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • params *api.ListTestSuiteRevisionsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListTestSuitesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListTestSuitesWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListTestSuitesWithResponse_Call

ListTestSuitesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListTestSuitesParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListViewSessionsWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ListViewSessionsWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListViewSessionsWithResponse_Call

ListViewSessionsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *api.ListViewSessionsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListWorkflowRunsWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) ListWorkflowRunsWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call

ListWorkflowRunsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • params *api.ListWorkflowRunsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListWorkflowSuitesWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) ListWorkflowSuitesWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call

ListWorkflowSuitesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ListWorkflowsWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) ListWorkflowsWithResponse(ctx interface{}, projectID interface{}, params interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ListWorkflowsWithResponse_Call

ListWorkflowsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • params *api.ListWorkflowsParams
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveExperienceTagFromExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveExperienceTagFromExperienceWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveExperienceTagFromExperienceWithResponse_Call

RemoveExperienceTagFromExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveExperiencesFromTestSuiteWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveExperiencesFromTestSuiteWithBodyWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithBodyWithResponse_Call

RemoveExperiencesFromTestSuiteWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveExperiencesFromTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveExperiencesFromTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithResponse_Call

RemoveExperiencesFromTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.SelectExperiencesInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveSystemFromExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveSystemFromExperienceWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveSystemFromExperienceWithResponse_Call

RemoveSystemFromExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveSystemFromMetricsBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveSystemFromMetricsBuildWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, metricsBuildID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveSystemFromMetricsBuildWithResponse_Call

RemoveSystemFromMetricsBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • metricsBuildID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveSystemsFromExperiencesWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveSystemsFromExperiencesWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithBodyWithResponse_Call

RemoveSystemsFromExperiencesWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RemoveSystemsFromExperiencesWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RemoveSystemsFromExperiencesWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithResponse_Call

RemoveSystemsFromExperiencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.MutateSystemsToExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RerunBatchWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RerunBatchWithBodyWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call

RerunBatchWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RerunBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RerunBatchWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RerunBatchWithResponse_Call

RerunBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • body api.RerunBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RestoreExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RestoreExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RestoreExperienceWithResponse_Call

RestoreExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) RestoreTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) RestoreTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_RestoreTestSuiteWithResponse_Call

RestoreTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ReviseTestSuiteWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ReviseTestSuiteWithBodyWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ReviseTestSuiteWithBodyWithResponse_Call

ReviseTestSuiteWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ReviseTestSuiteWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ReviseTestSuiteWithResponse(ctx interface{}, projectID interface{}, testSuiteID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call

ReviseTestSuiteWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • testSuiteID uuid.UUID
  • body api.ReviseTestSuiteInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateBatchWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateBatchWithBodyWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call

UpdateBatchWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateBatchWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateBatchWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateBatchWithResponse_Call

UpdateBatchWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • body api.UpdateBatchInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateBuildWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateBuildWithBodyWithResponse(ctx interface{}, projectID interface{}, buildID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call

UpdateBuildWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateBuildWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateBuildWithResponse(ctx interface{}, projectID interface{}, buildID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateBuildWithResponse_Call

UpdateBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • buildID uuid.UUID
  • body api.UpdateBuildInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateEventWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateEventWithBodyWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call

UpdateEventWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateEventWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateEventWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, eventID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateEventWithResponse_Call

UpdateEventWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • eventID uuid.UUID
  • body api.UpdateEventInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateExperienceTagWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateExperienceTagWithBodyWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateExperienceTagWithBodyWithResponse_Call

UpdateExperienceTagWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateExperienceTagWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateExperienceTagWithResponse(ctx interface{}, projectID interface{}, experienceTagID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateExperienceTagWithResponse_Call

UpdateExperienceTagWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceTagID uuid.UUID
  • body api.UpdateExperienceTagInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateExperienceWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateExperienceWithBodyWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateExperienceWithBodyWithResponse_Call

UpdateExperienceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateExperienceWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateExperienceWithResponse(ctx interface{}, projectID interface{}, experienceID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateExperienceWithResponse_Call

UpdateExperienceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • experienceID uuid.UUID
  • body api.UpdateExperienceInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateJobWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateJobWithBodyWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call

UpdateJobWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateJobWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateJobWithResponse(ctx interface{}, projectID interface{}, batchID interface{}, jobID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateJobWithResponse_Call

UpdateJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • batchID uuid.UUID
  • jobID uuid.UUID
  • body api.UpdateJobInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateProjectWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateProjectWithBodyWithResponse(ctx interface{}, projectID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call

UpdateProjectWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateProjectWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateProjectWithResponse(ctx interface{}, projectID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateProjectWithResponse_Call

UpdateProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • body api.UpdateProjectInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateSystemWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateSystemWithBodyWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call

UpdateSystemWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateSystemWithResponse

func (_e *ClientWithResponsesInterface_Expecter) UpdateSystemWithResponse(ctx interface{}, projectID interface{}, systemID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateSystemWithResponse_Call

UpdateSystemWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • systemID uuid.UUID
  • body api.UpdateSystemInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateWorkflowWithBodyWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) UpdateWorkflowWithBodyWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call

UpdateWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) UpdateWorkflowWithResponse added in v0.27.0

func (_e *ClientWithResponsesInterface_Expecter) UpdateWorkflowWithResponse(ctx interface{}, projectID interface{}, workflowID interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call

UpdateWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • projectID uuid.UUID
  • workflowID uuid.UUID
  • body api.UpdateWorkflowInput
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ValidateExperienceLocationWithBodyWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ValidateExperienceLocationWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ValidateExperienceLocationWithBodyWithResponse_Call

ValidateExperienceLocationWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...api.RequestEditorFn

func (*ClientWithResponsesInterface_Expecter) ValidateExperienceLocationWithResponse

func (_e *ClientWithResponsesInterface_Expecter) ValidateExperienceLocationWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *ClientWithResponsesInterface_ValidateExperienceLocationWithResponse_Call

ValidateExperienceLocationWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body api.ExperienceLocation
  • reqEditors ...api.RequestEditorFn

type ClientWithResponsesInterface_GetBatchLogWithResponse_Call

type ClientWithResponsesInterface_GetBatchLogWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBatchLogWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatchLogWithResponse'

func (*ClientWithResponsesInterface_GetBatchLogWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetBatchLogWithResponse_Call) Run

type ClientWithResponsesInterface_GetBatchSuggestionsWithResponse_Call

type ClientWithResponsesInterface_GetBatchSuggestionsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBatchSuggestionsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatchSuggestionsWithResponse'

func (*ClientWithResponsesInterface_GetBatchSuggestionsWithResponse_Call) Run

type ClientWithResponsesInterface_GetBatchWithResponse_Call

type ClientWithResponsesInterface_GetBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBatchWithResponse'

func (*ClientWithResponsesInterface_GetBatchWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetBatchWithResponse_Call) Run

type ClientWithResponsesInterface_GetBranchForProjectWithResponse_Call

type ClientWithResponsesInterface_GetBranchForProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBranchForProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBranchForProjectWithResponse'

func (*ClientWithResponsesInterface_GetBranchForProjectWithResponse_Call) Run

type ClientWithResponsesInterface_GetBuildForBranchWithResponse_Call

type ClientWithResponsesInterface_GetBuildForBranchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBuildForBranchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuildForBranchWithResponse'

func (*ClientWithResponsesInterface_GetBuildForBranchWithResponse_Call) Run

type ClientWithResponsesInterface_GetBuildForSystemWithResponse_Call

type ClientWithResponsesInterface_GetBuildForSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBuildForSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuildForSystemWithResponse'

func (*ClientWithResponsesInterface_GetBuildForSystemWithResponse_Call) Run

type ClientWithResponsesInterface_GetBuildWithResponse_Call

type ClientWithResponsesInterface_GetBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBuildWithResponse'

func (*ClientWithResponsesInterface_GetBuildWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetBuildWithResponse_Call) Run

type ClientWithResponsesInterface_GetEventForJobWithResponse_Call

type ClientWithResponsesInterface_GetEventForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetEventForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventForJobWithResponse'

func (*ClientWithResponsesInterface_GetEventForJobWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetEventForJobWithResponse_Call) Run

type ClientWithResponsesInterface_GetExperienceTagWithResponse_Call

type ClientWithResponsesInterface_GetExperienceTagWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetExperienceTagWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperienceTagWithResponse'

func (*ClientWithResponsesInterface_GetExperienceTagWithResponse_Call) Run

type ClientWithResponsesInterface_GetExperienceWithResponse_Call

type ClientWithResponsesInterface_GetExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExperienceWithResponse'

func (*ClientWithResponsesInterface_GetExperienceWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_GetJobLogWithResponse_Call

type ClientWithResponsesInterface_GetJobLogWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetJobLogWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobLogWithResponse'

func (*ClientWithResponsesInterface_GetJobLogWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetJobLogWithResponse_Call) Run

type ClientWithResponsesInterface_GetJobWithResponse_Call

type ClientWithResponsesInterface_GetJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetJobWithResponse'

func (*ClientWithResponsesInterface_GetJobWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetJobWithResponse_Call) Run

type ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call

type ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMetricsBuildWithResponse'

func (*ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetMetricsBuildWithResponse_Call) Run

type ClientWithResponsesInterface_GetParameterSweepWithResponse_Call

type ClientWithResponsesInterface_GetParameterSweepWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetParameterSweepWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetParameterSweepWithResponse'

func (*ClientWithResponsesInterface_GetParameterSweepWithResponse_Call) Run

type ClientWithResponsesInterface_GetProjectWithResponse_Call

type ClientWithResponsesInterface_GetProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectWithResponse'

func (*ClientWithResponsesInterface_GetProjectWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetProjectWithResponse_Call) Run

type ClientWithResponsesInterface_GetQuotaWithResponse_Call

type ClientWithResponsesInterface_GetQuotaWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetQuotaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetQuotaWithResponse'

func (*ClientWithResponsesInterface_GetQuotaWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetQuotaWithResponse_Call) Run

func (*ClientWithResponsesInterface_GetQuotaWithResponse_Call) RunAndReturn

type ClientWithResponsesInterface_GetReportLogWithResponse_Call

type ClientWithResponsesInterface_GetReportLogWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetReportLogWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReportLogWithResponse'

func (*ClientWithResponsesInterface_GetReportLogWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetReportLogWithResponse_Call) Run

type ClientWithResponsesInterface_GetReportWithResponse_Call

type ClientWithResponsesInterface_GetReportWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetReportWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReportWithResponse'

func (*ClientWithResponsesInterface_GetReportWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetReportWithResponse_Call) Run

type ClientWithResponsesInterface_GetSystemWithResponse_Call

type ClientWithResponsesInterface_GetSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemWithResponse'

func (*ClientWithResponsesInterface_GetSystemWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetSystemWithResponse_Call) Run

type ClientWithResponsesInterface_GetSystemsForExperienceWithResponse_Call

type ClientWithResponsesInterface_GetSystemsForExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetSystemsForExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemsForExperienceWithResponse'

func (*ClientWithResponsesInterface_GetSystemsForExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_GetSystemsForMetricsBuildWithResponse_Call

type ClientWithResponsesInterface_GetSystemsForMetricsBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetSystemsForMetricsBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSystemsForMetricsBuildWithResponse'

func (*ClientWithResponsesInterface_GetSystemsForMetricsBuildWithResponse_Call) Run

type ClientWithResponsesInterface_GetTestSuiteRevisionWithResponse_Call

type ClientWithResponsesInterface_GetTestSuiteRevisionWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetTestSuiteRevisionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuiteRevisionWithResponse'

func (*ClientWithResponsesInterface_GetTestSuiteRevisionWithResponse_Call) Run

type ClientWithResponsesInterface_GetTestSuiteSummaryWithResponse_Call

type ClientWithResponsesInterface_GetTestSuiteSummaryWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetTestSuiteSummaryWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuiteSummaryWithResponse'

func (*ClientWithResponsesInterface_GetTestSuiteSummaryWithResponse_Call) Run

type ClientWithResponsesInterface_GetTestSuiteWithResponse_Call

type ClientWithResponsesInterface_GetTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTestSuiteWithResponse'

func (*ClientWithResponsesInterface_GetTestSuiteWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_GetViewSessionWithResponse_Call

type ClientWithResponsesInterface_GetViewSessionWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetViewSessionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetViewSessionWithResponse'

func (*ClientWithResponsesInterface_GetViewSessionWithResponse_Call) Return

func (*ClientWithResponsesInterface_GetViewSessionWithResponse_Call) Run

type ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunWithResponse'

func (*ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call) Run added in v0.27.0

func (*ClientWithResponsesInterface_GetWorkflowRunWithResponse_Call) RunAndReturn added in v0.27.0

type ClientWithResponsesInterface_GetWorkflowWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_GetWorkflowWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_GetWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowWithResponse'

func (*ClientWithResponsesInterface_GetWorkflowWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_GetWorkflowWithResponse_Call) Run added in v0.27.0

func (*ClientWithResponsesInterface_GetWorkflowWithResponse_Call) RunAndReturn added in v0.27.0

type ClientWithResponsesInterface_HealthWithResponse_Call

type ClientWithResponsesInterface_HealthWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_HealthWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HealthWithResponse'

func (*ClientWithResponsesInterface_HealthWithResponse_Call) Return

func (*ClientWithResponsesInterface_HealthWithResponse_Call) Run

func (*ClientWithResponsesInterface_HealthWithResponse_Call) RunAndReturn

type ClientWithResponsesInterface_ListAllJobsWithResponse_Call

type ClientWithResponsesInterface_ListAllJobsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListAllJobsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAllJobsWithResponse'

func (*ClientWithResponsesInterface_ListAllJobsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListAllJobsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchAccountsWithResponse_Call

type ClientWithResponsesInterface_ListBatchAccountsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchAccountsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchAccountsWithResponse'

func (*ClientWithResponsesInterface_ListBatchAccountsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call

type ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchErrorsWithResponse'

func (*ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListBatchErrorsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchLogsForBatchWithResponse_Call

type ClientWithResponsesInterface_ListBatchLogsForBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchLogsForBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchLogsForBatchWithResponse'

func (*ClientWithResponsesInterface_ListBatchLogsForBatchWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsDataForBatchMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricsDataIDsWithResponse_Call

type ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricsDataIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricsDataIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsDataForBatchMetricsDataIDsWithResponse'

func (*ClientWithResponsesInterface_ListBatchMetricsDataForBatchMetricsDataIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchMetricsDataWithResponse_Call

type ClientWithResponsesInterface_ListBatchMetricsDataWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchMetricsDataWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsDataWithResponse'

func (*ClientWithResponsesInterface_ListBatchMetricsDataWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchMetricsForBatchMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListBatchMetricsForBatchMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchMetricsForBatchMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsForBatchMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListBatchMetricsForBatchMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchMetricsWithResponse_Call

type ClientWithResponsesInterface_ListBatchMetricsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchMetricsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchMetricsWithResponse'

func (*ClientWithResponsesInterface_ListBatchMetricsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchesForBuildsWithResponse_Call

type ClientWithResponsesInterface_ListBatchesForBuildsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchesForBuildsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForBuildsWithResponse'

func (*ClientWithResponsesInterface_ListBatchesForBuildsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchesForTestSuiteRevisionWithResponse_Call

type ClientWithResponsesInterface_ListBatchesForTestSuiteRevisionWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchesForTestSuiteRevisionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForTestSuiteRevisionWithResponse'

func (*ClientWithResponsesInterface_ListBatchesForTestSuiteRevisionWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchesForTestSuiteWithResponse_Call

type ClientWithResponsesInterface_ListBatchesForTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchesForTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesForTestSuiteWithResponse'

func (*ClientWithResponsesInterface_ListBatchesForTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_ListBatchesWithResponse_Call

type ClientWithResponsesInterface_ListBatchesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBatchesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBatchesWithResponse'

func (*ClientWithResponsesInterface_ListBatchesWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListBatchesWithResponse_Call) Run

type ClientWithResponsesInterface_ListBranchesForProjectWithResponse_Call

type ClientWithResponsesInterface_ListBranchesForProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBranchesForProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBranchesForProjectWithResponse'

func (*ClientWithResponsesInterface_ListBranchesForProjectWithResponse_Call) Run

type ClientWithResponsesInterface_ListBuildAccountsWithResponse_Call

type ClientWithResponsesInterface_ListBuildAccountsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBuildAccountsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildAccountsWithResponse'

func (*ClientWithResponsesInterface_ListBuildAccountsWithResponse_Call) Run

type ClientWithResponsesInterface_ListBuildsForBranchesWithResponse_Call

type ClientWithResponsesInterface_ListBuildsForBranchesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBuildsForBranchesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildsForBranchesWithResponse'

func (*ClientWithResponsesInterface_ListBuildsForBranchesWithResponse_Call) Run

type ClientWithResponsesInterface_ListBuildsForSystemWithResponse_Call

type ClientWithResponsesInterface_ListBuildsForSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBuildsForSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildsForSystemWithResponse'

func (*ClientWithResponsesInterface_ListBuildsForSystemWithResponse_Call) Run

type ClientWithResponsesInterface_ListBuildsWithResponse_Call

type ClientWithResponsesInterface_ListBuildsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListBuildsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListBuildsWithResponse'

func (*ClientWithResponsesInterface_ListBuildsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListBuildsWithResponse_Call) Run

type ClientWithResponsesInterface_ListEventTagsForJobWithResponse_Call

type ClientWithResponsesInterface_ListEventTagsForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListEventTagsForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventTagsForJobWithResponse'

func (*ClientWithResponsesInterface_ListEventTagsForJobWithResponse_Call) Run

type ClientWithResponsesInterface_ListEventsForJobWithResponse_Call

type ClientWithResponsesInterface_ListEventsForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListEventsForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventsForJobWithResponse'

func (*ClientWithResponsesInterface_ListEventsForJobWithResponse_Call) Run

type ClientWithResponsesInterface_ListExperienceTagsForExperienceWithResponse_Call

type ClientWithResponsesInterface_ListExperienceTagsForExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListExperienceTagsForExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperienceTagsForExperienceWithResponse'

func (*ClientWithResponsesInterface_ListExperienceTagsForExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_ListExperienceTagsWithResponse_Call

type ClientWithResponsesInterface_ListExperienceTagsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListExperienceTagsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperienceTagsWithResponse'

func (*ClientWithResponsesInterface_ListExperienceTagsWithResponse_Call) Run

type ClientWithResponsesInterface_ListExperiencesForSystemWithResponse_Call

type ClientWithResponsesInterface_ListExperiencesForSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListExperiencesForSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiencesForSystemWithResponse'

func (*ClientWithResponsesInterface_ListExperiencesForSystemWithResponse_Call) Run

type ClientWithResponsesInterface_ListExperiencesWithExperienceTagWithResponse_Call

type ClientWithResponsesInterface_ListExperiencesWithExperienceTagWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListExperiencesWithExperienceTagWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiencesWithExperienceTagWithResponse'

func (*ClientWithResponsesInterface_ListExperiencesWithExperienceTagWithResponse_Call) Run

type ClientWithResponsesInterface_ListExperiencesWithResponse_Call

type ClientWithResponsesInterface_ListExperiencesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListExperiencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExperiencesWithResponse'

func (*ClientWithResponsesInterface_ListExperiencesWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListExperiencesWithResponse_Call) Run

type ClientWithResponsesInterface_ListJobLogsForJobWithResponse_Call

type ClientWithResponsesInterface_ListJobLogsForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListJobLogsForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListJobLogsForJobWithResponse'

func (*ClientWithResponsesInterface_ListJobLogsForJobWithResponse_Call) Run

type ClientWithResponsesInterface_ListJobsWithResponse_Call

type ClientWithResponsesInterface_ListJobsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListJobsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListJobsWithResponse'

func (*ClientWithResponsesInterface_ListJobsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListJobsWithResponse_Call) Run

type ClientWithResponsesInterface_ListLogsForReportWithResponse_Call

type ClientWithResponsesInterface_ListLogsForReportWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListLogsForReportWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLogsForReportWithResponse'

func (*ClientWithResponsesInterface_ListLogsForReportWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsBuildsWithResponse_Call

type ClientWithResponsesInterface_ListMetricsBuildsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsBuildsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsBuildsWithResponse'

func (*ClientWithResponsesInterface_ListMetricsBuildsWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsDataForJobWithResponse_Call

type ClientWithResponsesInterface_ListMetricsDataForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsDataForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForJobWithResponse'

func (*ClientWithResponsesInterface_ListMetricsDataForJobWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsDataForMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListMetricsDataForMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsDataForMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListMetricsDataForMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsDataForMetricsDataIDsWithResponse_Call

type ClientWithResponsesInterface_ListMetricsDataForMetricsDataIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsDataForMetricsDataIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsDataForMetricsDataIDsWithResponse'

func (*ClientWithResponsesInterface_ListMetricsDataForMetricsDataIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsForJobWithResponse_Call

type ClientWithResponsesInterface_ListMetricsForJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsForJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsForJobWithResponse'

func (*ClientWithResponsesInterface_ListMetricsForJobWithResponse_Call) Run

type ClientWithResponsesInterface_ListMetricsForMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListMetricsForMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListMetricsForMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMetricsForMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListMetricsForMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListParameterSweepsWithResponse_Call

type ClientWithResponsesInterface_ListParameterSweepsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListParameterSweepsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListParameterSweepsWithResponse'

func (*ClientWithResponsesInterface_ListParameterSweepsWithResponse_Call) Run

type ClientWithResponsesInterface_ListProjectsWithResponse_Call

type ClientWithResponsesInterface_ListProjectsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListProjectsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectsWithResponse'

func (*ClientWithResponsesInterface_ListProjectsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListProjectsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportAccountsWithResponse_Call

type ClientWithResponsesInterface_ListReportAccountsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportAccountsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportAccountsWithResponse'

func (*ClientWithResponsesInterface_ListReportAccountsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportMetricsDataForReportMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListReportMetricsDataForReportMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportMetricsDataForReportMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsDataForReportMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListReportMetricsDataForReportMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportMetricsDataForReportMetricsDataIDsWithResponse_Call

type ClientWithResponsesInterface_ListReportMetricsDataForReportMetricsDataIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportMetricsDataForReportMetricsDataIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsDataForReportMetricsDataIDsWithResponse'

func (*ClientWithResponsesInterface_ListReportMetricsDataForReportMetricsDataIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportMetricsDataWithResponse_Call

type ClientWithResponsesInterface_ListReportMetricsDataWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportMetricsDataWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsDataWithResponse'

func (*ClientWithResponsesInterface_ListReportMetricsDataWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportMetricsForReportMetricIDsWithResponse_Call

type ClientWithResponsesInterface_ListReportMetricsForReportMetricIDsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportMetricsForReportMetricIDsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsForReportMetricIDsWithResponse'

func (*ClientWithResponsesInterface_ListReportMetricsForReportMetricIDsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportMetricsWithResponse_Call

type ClientWithResponsesInterface_ListReportMetricsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportMetricsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportMetricsWithResponse'

func (*ClientWithResponsesInterface_ListReportMetricsWithResponse_Call) Run

type ClientWithResponsesInterface_ListReportsWithResponse_Call

type ClientWithResponsesInterface_ListReportsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListReportsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReportsWithResponse'

func (*ClientWithResponsesInterface_ListReportsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListReportsWithResponse_Call) Run

type ClientWithResponsesInterface_ListServiceProfilesWithResponse_Call

type ClientWithResponsesInterface_ListServiceProfilesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListServiceProfilesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListServiceProfilesWithResponse'

func (*ClientWithResponsesInterface_ListServiceProfilesWithResponse_Call) Run

type ClientWithResponsesInterface_ListSweepAccountsWithResponse_Call

type ClientWithResponsesInterface_ListSweepAccountsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListSweepAccountsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSweepAccountsWithResponse'

func (*ClientWithResponsesInterface_ListSweepAccountsWithResponse_Call) Run

type ClientWithResponsesInterface_ListSystemsWithResponse_Call

type ClientWithResponsesInterface_ListSystemsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListSystemsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSystemsWithResponse'

func (*ClientWithResponsesInterface_ListSystemsWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListSystemsWithResponse_Call) Run

type ClientWithResponsesInterface_ListTagsForBatchMetricsWithResponse_Call

type ClientWithResponsesInterface_ListTagsForBatchMetricsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListTagsForBatchMetricsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForBatchMetricsWithResponse'

func (*ClientWithResponsesInterface_ListTagsForBatchMetricsWithResponse_Call) Run

type ClientWithResponsesInterface_ListTagsForJobMetricsWithResponse_Call

type ClientWithResponsesInterface_ListTagsForJobMetricsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListTagsForJobMetricsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForJobMetricsWithResponse'

func (*ClientWithResponsesInterface_ListTagsForJobMetricsWithResponse_Call) Run

type ClientWithResponsesInterface_ListTagsForReportMetricsWithResponse_Call

type ClientWithResponsesInterface_ListTagsForReportMetricsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListTagsForReportMetricsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsForReportMetricsWithResponse'

func (*ClientWithResponsesInterface_ListTagsForReportMetricsWithResponse_Call) Run

type ClientWithResponsesInterface_ListTestSuiteRevisionsWithResponse_Call

type ClientWithResponsesInterface_ListTestSuiteRevisionsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListTestSuiteRevisionsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTestSuiteRevisionsWithResponse'

func (*ClientWithResponsesInterface_ListTestSuiteRevisionsWithResponse_Call) Run

type ClientWithResponsesInterface_ListTestSuitesWithResponse_Call

type ClientWithResponsesInterface_ListTestSuitesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListTestSuitesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTestSuitesWithResponse'

func (*ClientWithResponsesInterface_ListTestSuitesWithResponse_Call) Return

func (*ClientWithResponsesInterface_ListTestSuitesWithResponse_Call) Run

type ClientWithResponsesInterface_ListViewSessionsWithResponse_Call

type ClientWithResponsesInterface_ListViewSessionsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListViewSessionsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListViewSessionsWithResponse'

func (*ClientWithResponsesInterface_ListViewSessionsWithResponse_Call) Run

type ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowRunsWithResponse'

func (*ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowSuitesWithResponse'

func (*ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call) Run added in v0.27.0

func (*ClientWithResponsesInterface_ListWorkflowSuitesWithResponse_Call) RunAndReturn added in v0.27.0

type ClientWithResponsesInterface_ListWorkflowsWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_ListWorkflowsWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ListWorkflowsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowsWithResponse'

func (*ClientWithResponsesInterface_ListWorkflowsWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_ListWorkflowsWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_RemoveExperienceTagFromExperienceWithResponse_Call

type ClientWithResponsesInterface_RemoveExperienceTagFromExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveExperienceTagFromExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperienceTagFromExperienceWithResponse'

func (*ClientWithResponsesInterface_RemoveExperienceTagFromExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithBodyWithResponse_Call

type ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperiencesFromTestSuiteWithBodyWithResponse'

func (*ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithResponse_Call

type ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveExperiencesFromTestSuiteWithResponse'

func (*ClientWithResponsesInterface_RemoveExperiencesFromTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveSystemFromExperienceWithResponse_Call

type ClientWithResponsesInterface_RemoveSystemFromExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveSystemFromExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemFromExperienceWithResponse'

func (*ClientWithResponsesInterface_RemoveSystemFromExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveSystemFromMetricsBuildWithResponse_Call

type ClientWithResponsesInterface_RemoveSystemFromMetricsBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveSystemFromMetricsBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemFromMetricsBuildWithResponse'

func (*ClientWithResponsesInterface_RemoveSystemFromMetricsBuildWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithBodyWithResponse_Call

type ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemsFromExperiencesWithBodyWithResponse'

func (*ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithResponse_Call

type ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveSystemsFromExperiencesWithResponse'

func (*ClientWithResponsesInterface_RemoveSystemsFromExperiencesWithResponse_Call) Run

type ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call

type ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RerunBatchWithBodyWithResponse'

func (*ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_RerunBatchWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_RerunBatchWithResponse_Call

type ClientWithResponsesInterface_RerunBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RerunBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RerunBatchWithResponse'

func (*ClientWithResponsesInterface_RerunBatchWithResponse_Call) Return

func (*ClientWithResponsesInterface_RerunBatchWithResponse_Call) Run

type ClientWithResponsesInterface_RestoreExperienceWithResponse_Call

type ClientWithResponsesInterface_RestoreExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RestoreExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreExperienceWithResponse'

func (*ClientWithResponsesInterface_RestoreExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_RestoreTestSuiteWithResponse_Call

type ClientWithResponsesInterface_RestoreTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_RestoreTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RestoreTestSuiteWithResponse'

func (*ClientWithResponsesInterface_RestoreTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_ReviseTestSuiteWithBodyWithResponse_Call

type ClientWithResponsesInterface_ReviseTestSuiteWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ReviseTestSuiteWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReviseTestSuiteWithBodyWithResponse'

func (*ClientWithResponsesInterface_ReviseTestSuiteWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call

type ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReviseTestSuiteWithResponse'

func (*ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call) Return

func (*ClientWithResponsesInterface_ReviseTestSuiteWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBatchWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateBatchWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateBatchWithResponse_Call

type ClientWithResponsesInterface_UpdateBatchWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateBatchWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBatchWithResponse'

func (*ClientWithResponsesInterface_UpdateBatchWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateBatchWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBuildWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateBuildWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateBuildWithResponse_Call

type ClientWithResponsesInterface_UpdateBuildWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateBuildWithResponse'

func (*ClientWithResponsesInterface_UpdateBuildWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateBuildWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateEventWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateEventWithResponse_Call

type ClientWithResponsesInterface_UpdateEventWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateEventWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventWithResponse'

func (*ClientWithResponsesInterface_UpdateEventWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateEventWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateExperienceTagWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateExperienceTagWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateExperienceTagWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceTagWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateExperienceTagWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateExperienceTagWithResponse_Call

type ClientWithResponsesInterface_UpdateExperienceTagWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateExperienceTagWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceTagWithResponse'

func (*ClientWithResponsesInterface_UpdateExperienceTagWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateExperienceWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateExperienceWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateExperienceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateExperienceWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateExperienceWithResponse_Call

type ClientWithResponsesInterface_UpdateExperienceWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateExperienceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExperienceWithResponse'

func (*ClientWithResponsesInterface_UpdateExperienceWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateJobWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateJobWithResponse_Call

type ClientWithResponsesInterface_UpdateJobWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateJobWithResponse'

func (*ClientWithResponsesInterface_UpdateJobWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateJobWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateProjectWithResponse_Call

type ClientWithResponsesInterface_UpdateProjectWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithResponse'

func (*ClientWithResponsesInterface_UpdateProjectWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateProjectWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call

type ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSystemWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateSystemWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateSystemWithResponse_Call

type ClientWithResponsesInterface_UpdateSystemWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateSystemWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSystemWithResponse'

func (*ClientWithResponsesInterface_UpdateSystemWithResponse_Call) Return

func (*ClientWithResponsesInterface_UpdateSystemWithResponse_Call) Run

type ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowWithBodyWithResponse'

func (*ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call added in v0.27.0

type ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowWithResponse'

func (*ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call) Return added in v0.27.0

func (*ClientWithResponsesInterface_UpdateWorkflowWithResponse_Call) Run added in v0.27.0

type ClientWithResponsesInterface_ValidateExperienceLocationWithBodyWithResponse_Call

type ClientWithResponsesInterface_ValidateExperienceLocationWithBodyWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ValidateExperienceLocationWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateExperienceLocationWithBodyWithResponse'

func (*ClientWithResponsesInterface_ValidateExperienceLocationWithBodyWithResponse_Call) Run

type ClientWithResponsesInterface_ValidateExperienceLocationWithResponse_Call

type ClientWithResponsesInterface_ValidateExperienceLocationWithResponse_Call struct {
	*mock.Call
}

ClientWithResponsesInterface_ValidateExperienceLocationWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ValidateExperienceLocationWithResponse'

func (*ClientWithResponsesInterface_ValidateExperienceLocationWithResponse_Call) Run

type HttpRequestDoer

type HttpRequestDoer struct {
	mock.Mock
}

HttpRequestDoer is an autogenerated mock type for the HttpRequestDoer type

func NewHttpRequestDoer

func NewHttpRequestDoer(t interface {
	mock.TestingT
	Cleanup(func())
}) *HttpRequestDoer

NewHttpRequestDoer creates a new instance of HttpRequestDoer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*HttpRequestDoer) Do

func (_m *HttpRequestDoer) Do(req *http.Request) (*http.Response, error)

Do provides a mock function with given fields: req

func (*HttpRequestDoer) EXPECT

type HttpRequestDoer_Do_Call

type HttpRequestDoer_Do_Call struct {
	*mock.Call
}

HttpRequestDoer_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'

func (*HttpRequestDoer_Do_Call) Return

func (*HttpRequestDoer_Do_Call) Run

func (*HttpRequestDoer_Do_Call) RunAndReturn

type HttpRequestDoer_Expecter

type HttpRequestDoer_Expecter struct {
	// contains filtered or unexported fields
}

func (*HttpRequestDoer_Expecter) Do

func (_e *HttpRequestDoer_Expecter) Do(req interface{}) *HttpRequestDoer_Do_Call

Do is a helper method to define mock.On call

  • req *http.Request

Jump to

Keyboard shortcuts

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