devicefarmmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package devicefarmmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDeviceFarmAPI

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

MockDeviceFarmAPI is a mock of DeviceFarmAPI interface.

func NewMockDeviceFarmAPI

func NewMockDeviceFarmAPI(ctrl *gomock.Controller) *MockDeviceFarmAPI

NewMockDeviceFarmAPI creates a new mock instance.

func (*MockDeviceFarmAPI) CreateDevicePool

CreateDevicePool mocks base method.

func (*MockDeviceFarmAPI) CreateDevicePoolRequest

CreateDevicePoolRequest mocks base method.

func (*MockDeviceFarmAPI) CreateDevicePoolWithContext

func (m *MockDeviceFarmAPI) CreateDevicePoolWithContext(arg0 context.Context, arg1 *devicefarm.CreateDevicePoolInput, arg2 ...request.Option) (*devicefarm.CreateDevicePoolOutput, error)

CreateDevicePoolWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateInstanceProfile

CreateInstanceProfile mocks base method.

func (*MockDeviceFarmAPI) CreateInstanceProfileRequest

CreateInstanceProfileRequest mocks base method.

func (*MockDeviceFarmAPI) CreateInstanceProfileWithContext

CreateInstanceProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateNetworkProfile

CreateNetworkProfile mocks base method.

func (*MockDeviceFarmAPI) CreateNetworkProfileRequest

CreateNetworkProfileRequest mocks base method.

func (*MockDeviceFarmAPI) CreateNetworkProfileWithContext

CreateNetworkProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateProject

CreateProject mocks base method.

func (*MockDeviceFarmAPI) CreateProjectRequest

CreateProjectRequest mocks base method.

func (*MockDeviceFarmAPI) CreateProjectWithContext

func (m *MockDeviceFarmAPI) CreateProjectWithContext(arg0 context.Context, arg1 *devicefarm.CreateProjectInput, arg2 ...request.Option) (*devicefarm.CreateProjectOutput, error)

CreateProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateRemoteAccessSession

CreateRemoteAccessSession mocks base method.

func (*MockDeviceFarmAPI) CreateRemoteAccessSessionRequest

CreateRemoteAccessSessionRequest mocks base method.

func (*MockDeviceFarmAPI) CreateRemoteAccessSessionWithContext

CreateRemoteAccessSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridProject

CreateTestGridProject mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridProjectRequest

CreateTestGridProjectRequest mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridProjectWithContext

CreateTestGridProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridUrl

CreateTestGridUrl mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridUrlRequest

CreateTestGridUrlRequest mocks base method.

func (*MockDeviceFarmAPI) CreateTestGridUrlWithContext

func (m *MockDeviceFarmAPI) CreateTestGridUrlWithContext(arg0 context.Context, arg1 *devicefarm.CreateTestGridUrlInput, arg2 ...request.Option) (*devicefarm.CreateTestGridUrlOutput, error)

CreateTestGridUrlWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateUpload

CreateUpload mocks base method.

func (*MockDeviceFarmAPI) CreateUploadRequest

CreateUploadRequest mocks base method.

func (*MockDeviceFarmAPI) CreateUploadWithContext

func (m *MockDeviceFarmAPI) CreateUploadWithContext(arg0 context.Context, arg1 *devicefarm.CreateUploadInput, arg2 ...request.Option) (*devicefarm.CreateUploadOutput, error)

CreateUploadWithContext mocks base method.

func (*MockDeviceFarmAPI) CreateVPCEConfiguration

CreateVPCEConfiguration mocks base method.

func (*MockDeviceFarmAPI) CreateVPCEConfigurationRequest

CreateVPCEConfigurationRequest mocks base method.

func (*MockDeviceFarmAPI) CreateVPCEConfigurationWithContext

CreateVPCEConfigurationWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteDevicePool

DeleteDevicePool mocks base method.

func (*MockDeviceFarmAPI) DeleteDevicePoolRequest

DeleteDevicePoolRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteDevicePoolWithContext

func (m *MockDeviceFarmAPI) DeleteDevicePoolWithContext(arg0 context.Context, arg1 *devicefarm.DeleteDevicePoolInput, arg2 ...request.Option) (*devicefarm.DeleteDevicePoolOutput, error)

DeleteDevicePoolWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteInstanceProfile

DeleteInstanceProfile mocks base method.

func (*MockDeviceFarmAPI) DeleteInstanceProfileRequest

DeleteInstanceProfileRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteInstanceProfileWithContext

DeleteInstanceProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteNetworkProfile

DeleteNetworkProfile mocks base method.

func (*MockDeviceFarmAPI) DeleteNetworkProfileRequest

DeleteNetworkProfileRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteNetworkProfileWithContext

DeleteNetworkProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteProject

DeleteProject mocks base method.

func (*MockDeviceFarmAPI) DeleteProjectRequest

DeleteProjectRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteProjectWithContext

func (m *MockDeviceFarmAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *devicefarm.DeleteProjectInput, arg2 ...request.Option) (*devicefarm.DeleteProjectOutput, error)

DeleteProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteRemoteAccessSession

DeleteRemoteAccessSession mocks base method.

func (*MockDeviceFarmAPI) DeleteRemoteAccessSessionRequest

DeleteRemoteAccessSessionRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteRemoteAccessSessionWithContext

DeleteRemoteAccessSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteRun

DeleteRun mocks base method.

func (*MockDeviceFarmAPI) DeleteRunRequest

DeleteRunRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteRunWithContext

func (m *MockDeviceFarmAPI) DeleteRunWithContext(arg0 context.Context, arg1 *devicefarm.DeleteRunInput, arg2 ...request.Option) (*devicefarm.DeleteRunOutput, error)

DeleteRunWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteTestGridProject

DeleteTestGridProject mocks base method.

func (*MockDeviceFarmAPI) DeleteTestGridProjectRequest

DeleteTestGridProjectRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteTestGridProjectWithContext

DeleteTestGridProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteUpload

DeleteUpload mocks base method.

func (*MockDeviceFarmAPI) DeleteUploadRequest

DeleteUploadRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteUploadWithContext

func (m *MockDeviceFarmAPI) DeleteUploadWithContext(arg0 context.Context, arg1 *devicefarm.DeleteUploadInput, arg2 ...request.Option) (*devicefarm.DeleteUploadOutput, error)

DeleteUploadWithContext mocks base method.

func (*MockDeviceFarmAPI) DeleteVPCEConfiguration

DeleteVPCEConfiguration mocks base method.

func (*MockDeviceFarmAPI) DeleteVPCEConfigurationRequest

DeleteVPCEConfigurationRequest mocks base method.

func (*MockDeviceFarmAPI) DeleteVPCEConfigurationWithContext

DeleteVPCEConfigurationWithContext mocks base method.

func (*MockDeviceFarmAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDeviceFarmAPI) GetAccountSettings

GetAccountSettings mocks base method.

func (*MockDeviceFarmAPI) GetAccountSettingsRequest

GetAccountSettingsRequest mocks base method.

func (*MockDeviceFarmAPI) GetAccountSettingsWithContext

GetAccountSettingsWithContext mocks base method.

func (*MockDeviceFarmAPI) GetDevice

GetDevice mocks base method.

func (*MockDeviceFarmAPI) GetDeviceInstance

GetDeviceInstance mocks base method.

func (*MockDeviceFarmAPI) GetDeviceInstanceRequest

GetDeviceInstanceRequest mocks base method.

func (*MockDeviceFarmAPI) GetDeviceInstanceWithContext

func (m *MockDeviceFarmAPI) GetDeviceInstanceWithContext(arg0 context.Context, arg1 *devicefarm.GetDeviceInstanceInput, arg2 ...request.Option) (*devicefarm.GetDeviceInstanceOutput, error)

GetDeviceInstanceWithContext mocks base method.

func (*MockDeviceFarmAPI) GetDevicePool

GetDevicePool mocks base method.

func (*MockDeviceFarmAPI) GetDevicePoolCompatibility

GetDevicePoolCompatibility mocks base method.

func (*MockDeviceFarmAPI) GetDevicePoolCompatibilityRequest

GetDevicePoolCompatibilityRequest mocks base method.

func (*MockDeviceFarmAPI) GetDevicePoolCompatibilityWithContext

GetDevicePoolCompatibilityWithContext mocks base method.

func (*MockDeviceFarmAPI) GetDevicePoolRequest

GetDevicePoolRequest mocks base method.

func (*MockDeviceFarmAPI) GetDevicePoolWithContext

func (m *MockDeviceFarmAPI) GetDevicePoolWithContext(arg0 context.Context, arg1 *devicefarm.GetDevicePoolInput, arg2 ...request.Option) (*devicefarm.GetDevicePoolOutput, error)

GetDevicePoolWithContext mocks base method.

func (*MockDeviceFarmAPI) GetDeviceRequest

GetDeviceRequest mocks base method.

func (*MockDeviceFarmAPI) GetDeviceWithContext

func (m *MockDeviceFarmAPI) GetDeviceWithContext(arg0 context.Context, arg1 *devicefarm.GetDeviceInput, arg2 ...request.Option) (*devicefarm.GetDeviceOutput, error)

GetDeviceWithContext mocks base method.

func (*MockDeviceFarmAPI) GetInstanceProfile

GetInstanceProfile mocks base method.

func (*MockDeviceFarmAPI) GetInstanceProfileRequest

GetInstanceProfileRequest mocks base method.

func (*MockDeviceFarmAPI) GetInstanceProfileWithContext

GetInstanceProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) GetJob

GetJob mocks base method.

func (*MockDeviceFarmAPI) GetJobRequest

GetJobRequest mocks base method.

func (*MockDeviceFarmAPI) GetJobWithContext

func (m *MockDeviceFarmAPI) GetJobWithContext(arg0 context.Context, arg1 *devicefarm.GetJobInput, arg2 ...request.Option) (*devicefarm.GetJobOutput, error)

GetJobWithContext mocks base method.

func (*MockDeviceFarmAPI) GetNetworkProfile

GetNetworkProfile mocks base method.

func (*MockDeviceFarmAPI) GetNetworkProfileRequest

GetNetworkProfileRequest mocks base method.

func (*MockDeviceFarmAPI) GetNetworkProfileWithContext

func (m *MockDeviceFarmAPI) GetNetworkProfileWithContext(arg0 context.Context, arg1 *devicefarm.GetNetworkProfileInput, arg2 ...request.Option) (*devicefarm.GetNetworkProfileOutput, error)

GetNetworkProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) GetOfferingStatus

GetOfferingStatus mocks base method.

func (*MockDeviceFarmAPI) GetOfferingStatusPages

GetOfferingStatusPages mocks base method.

func (*MockDeviceFarmAPI) GetOfferingStatusPagesWithContext

func (m *MockDeviceFarmAPI) GetOfferingStatusPagesWithContext(arg0 context.Context, arg1 *devicefarm.GetOfferingStatusInput, arg2 func(*devicefarm.GetOfferingStatusOutput, bool) bool, arg3 ...request.Option) error

GetOfferingStatusPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) GetOfferingStatusRequest

GetOfferingStatusRequest mocks base method.

func (*MockDeviceFarmAPI) GetOfferingStatusWithContext

func (m *MockDeviceFarmAPI) GetOfferingStatusWithContext(arg0 context.Context, arg1 *devicefarm.GetOfferingStatusInput, arg2 ...request.Option) (*devicefarm.GetOfferingStatusOutput, error)

GetOfferingStatusWithContext mocks base method.

func (*MockDeviceFarmAPI) GetProject

GetProject mocks base method.

func (*MockDeviceFarmAPI) GetProjectRequest

GetProjectRequest mocks base method.

func (*MockDeviceFarmAPI) GetProjectWithContext

func (m *MockDeviceFarmAPI) GetProjectWithContext(arg0 context.Context, arg1 *devicefarm.GetProjectInput, arg2 ...request.Option) (*devicefarm.GetProjectOutput, error)

GetProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) GetRemoteAccessSession

GetRemoteAccessSession mocks base method.

func (*MockDeviceFarmAPI) GetRemoteAccessSessionRequest

GetRemoteAccessSessionRequest mocks base method.

func (*MockDeviceFarmAPI) GetRemoteAccessSessionWithContext

GetRemoteAccessSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) GetRun

GetRun mocks base method.

func (*MockDeviceFarmAPI) GetRunRequest

GetRunRequest mocks base method.

func (*MockDeviceFarmAPI) GetRunWithContext

func (m *MockDeviceFarmAPI) GetRunWithContext(arg0 context.Context, arg1 *devicefarm.GetRunInput, arg2 ...request.Option) (*devicefarm.GetRunOutput, error)

GetRunWithContext mocks base method.

func (*MockDeviceFarmAPI) GetSuite

GetSuite mocks base method.

func (*MockDeviceFarmAPI) GetSuiteRequest

GetSuiteRequest mocks base method.

func (*MockDeviceFarmAPI) GetSuiteWithContext

func (m *MockDeviceFarmAPI) GetSuiteWithContext(arg0 context.Context, arg1 *devicefarm.GetSuiteInput, arg2 ...request.Option) (*devicefarm.GetSuiteOutput, error)

GetSuiteWithContext mocks base method.

func (*MockDeviceFarmAPI) GetTest

GetTest mocks base method.

func (*MockDeviceFarmAPI) GetTestGridProject

GetTestGridProject mocks base method.

func (*MockDeviceFarmAPI) GetTestGridProjectRequest

GetTestGridProjectRequest mocks base method.

func (*MockDeviceFarmAPI) GetTestGridProjectWithContext

GetTestGridProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) GetTestGridSession

GetTestGridSession mocks base method.

func (*MockDeviceFarmAPI) GetTestGridSessionRequest

GetTestGridSessionRequest mocks base method.

func (*MockDeviceFarmAPI) GetTestGridSessionWithContext

GetTestGridSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) GetTestRequest

GetTestRequest mocks base method.

func (*MockDeviceFarmAPI) GetTestWithContext

func (m *MockDeviceFarmAPI) GetTestWithContext(arg0 context.Context, arg1 *devicefarm.GetTestInput, arg2 ...request.Option) (*devicefarm.GetTestOutput, error)

GetTestWithContext mocks base method.

func (*MockDeviceFarmAPI) GetUpload

GetUpload mocks base method.

func (*MockDeviceFarmAPI) GetUploadRequest

GetUploadRequest mocks base method.

func (*MockDeviceFarmAPI) GetUploadWithContext

func (m *MockDeviceFarmAPI) GetUploadWithContext(arg0 context.Context, arg1 *devicefarm.GetUploadInput, arg2 ...request.Option) (*devicefarm.GetUploadOutput, error)

GetUploadWithContext mocks base method.

func (*MockDeviceFarmAPI) GetVPCEConfiguration

GetVPCEConfiguration mocks base method.

func (*MockDeviceFarmAPI) GetVPCEConfigurationRequest

GetVPCEConfigurationRequest mocks base method.

func (*MockDeviceFarmAPI) GetVPCEConfigurationWithContext

GetVPCEConfigurationWithContext mocks base method.

func (*MockDeviceFarmAPI) InstallToRemoteAccessSession

InstallToRemoteAccessSession mocks base method.

func (*MockDeviceFarmAPI) InstallToRemoteAccessSessionRequest

InstallToRemoteAccessSessionRequest mocks base method.

func (*MockDeviceFarmAPI) InstallToRemoteAccessSessionWithContext

InstallToRemoteAccessSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) ListArtifacts

ListArtifacts mocks base method.

func (*MockDeviceFarmAPI) ListArtifactsPages

func (m *MockDeviceFarmAPI) ListArtifactsPages(arg0 *devicefarm.ListArtifactsInput, arg1 func(*devicefarm.ListArtifactsOutput, bool) bool) error

ListArtifactsPages mocks base method.

func (*MockDeviceFarmAPI) ListArtifactsPagesWithContext

func (m *MockDeviceFarmAPI) ListArtifactsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListArtifactsInput, arg2 func(*devicefarm.ListArtifactsOutput, bool) bool, arg3 ...request.Option) error

ListArtifactsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListArtifactsRequest

ListArtifactsRequest mocks base method.

func (*MockDeviceFarmAPI) ListArtifactsWithContext

func (m *MockDeviceFarmAPI) ListArtifactsWithContext(arg0 context.Context, arg1 *devicefarm.ListArtifactsInput, arg2 ...request.Option) (*devicefarm.ListArtifactsOutput, error)

ListArtifactsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListDeviceInstances

ListDeviceInstances mocks base method.

func (*MockDeviceFarmAPI) ListDeviceInstancesRequest

ListDeviceInstancesRequest mocks base method.

func (*MockDeviceFarmAPI) ListDeviceInstancesWithContext

ListDeviceInstancesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListDevicePools

ListDevicePools mocks base method.

func (*MockDeviceFarmAPI) ListDevicePoolsPages

func (m *MockDeviceFarmAPI) ListDevicePoolsPages(arg0 *devicefarm.ListDevicePoolsInput, arg1 func(*devicefarm.ListDevicePoolsOutput, bool) bool) error

ListDevicePoolsPages mocks base method.

func (*MockDeviceFarmAPI) ListDevicePoolsPagesWithContext

func (m *MockDeviceFarmAPI) ListDevicePoolsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListDevicePoolsInput, arg2 func(*devicefarm.ListDevicePoolsOutput, bool) bool, arg3 ...request.Option) error

ListDevicePoolsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListDevicePoolsRequest

ListDevicePoolsRequest mocks base method.

func (*MockDeviceFarmAPI) ListDevicePoolsWithContext

func (m *MockDeviceFarmAPI) ListDevicePoolsWithContext(arg0 context.Context, arg1 *devicefarm.ListDevicePoolsInput, arg2 ...request.Option) (*devicefarm.ListDevicePoolsOutput, error)

ListDevicePoolsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListDevices

ListDevices mocks base method.

func (*MockDeviceFarmAPI) ListDevicesPages

func (m *MockDeviceFarmAPI) ListDevicesPages(arg0 *devicefarm.ListDevicesInput, arg1 func(*devicefarm.ListDevicesOutput, bool) bool) error

ListDevicesPages mocks base method.

func (*MockDeviceFarmAPI) ListDevicesPagesWithContext

func (m *MockDeviceFarmAPI) ListDevicesPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListDevicesInput, arg2 func(*devicefarm.ListDevicesOutput, bool) bool, arg3 ...request.Option) error

ListDevicesPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListDevicesRequest

ListDevicesRequest mocks base method.

func (*MockDeviceFarmAPI) ListDevicesWithContext

func (m *MockDeviceFarmAPI) ListDevicesWithContext(arg0 context.Context, arg1 *devicefarm.ListDevicesInput, arg2 ...request.Option) (*devicefarm.ListDevicesOutput, error)

ListDevicesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListInstanceProfiles

ListInstanceProfiles mocks base method.

func (*MockDeviceFarmAPI) ListInstanceProfilesRequest

ListInstanceProfilesRequest mocks base method.

func (*MockDeviceFarmAPI) ListInstanceProfilesWithContext

ListInstanceProfilesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListJobs

ListJobs mocks base method.

func (*MockDeviceFarmAPI) ListJobsPages

func (m *MockDeviceFarmAPI) ListJobsPages(arg0 *devicefarm.ListJobsInput, arg1 func(*devicefarm.ListJobsOutput, bool) bool) error

ListJobsPages mocks base method.

func (*MockDeviceFarmAPI) ListJobsPagesWithContext

func (m *MockDeviceFarmAPI) ListJobsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListJobsInput, arg2 func(*devicefarm.ListJobsOutput, bool) bool, arg3 ...request.Option) error

ListJobsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListJobsRequest

ListJobsRequest mocks base method.

func (*MockDeviceFarmAPI) ListJobsWithContext

func (m *MockDeviceFarmAPI) ListJobsWithContext(arg0 context.Context, arg1 *devicefarm.ListJobsInput, arg2 ...request.Option) (*devicefarm.ListJobsOutput, error)

ListJobsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListNetworkProfiles

ListNetworkProfiles mocks base method.

func (*MockDeviceFarmAPI) ListNetworkProfilesRequest

ListNetworkProfilesRequest mocks base method.

func (*MockDeviceFarmAPI) ListNetworkProfilesWithContext

ListNetworkProfilesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListOfferingPromotions

ListOfferingPromotions mocks base method.

func (*MockDeviceFarmAPI) ListOfferingPromotionsRequest

ListOfferingPromotionsRequest mocks base method.

func (*MockDeviceFarmAPI) ListOfferingPromotionsWithContext

ListOfferingPromotionsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListOfferingTransactions

ListOfferingTransactions mocks base method.

func (*MockDeviceFarmAPI) ListOfferingTransactionsPages

ListOfferingTransactionsPages mocks base method.

func (*MockDeviceFarmAPI) ListOfferingTransactionsPagesWithContext

func (m *MockDeviceFarmAPI) ListOfferingTransactionsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListOfferingTransactionsInput, arg2 func(*devicefarm.ListOfferingTransactionsOutput, bool) bool, arg3 ...request.Option) error

ListOfferingTransactionsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListOfferingTransactionsRequest

ListOfferingTransactionsRequest mocks base method.

func (*MockDeviceFarmAPI) ListOfferingTransactionsWithContext

ListOfferingTransactionsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListOfferings

ListOfferings mocks base method.

func (*MockDeviceFarmAPI) ListOfferingsPages

func (m *MockDeviceFarmAPI) ListOfferingsPages(arg0 *devicefarm.ListOfferingsInput, arg1 func(*devicefarm.ListOfferingsOutput, bool) bool) error

ListOfferingsPages mocks base method.

func (*MockDeviceFarmAPI) ListOfferingsPagesWithContext

func (m *MockDeviceFarmAPI) ListOfferingsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListOfferingsInput, arg2 func(*devicefarm.ListOfferingsOutput, bool) bool, arg3 ...request.Option) error

ListOfferingsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListOfferingsRequest

ListOfferingsRequest mocks base method.

func (*MockDeviceFarmAPI) ListOfferingsWithContext

func (m *MockDeviceFarmAPI) ListOfferingsWithContext(arg0 context.Context, arg1 *devicefarm.ListOfferingsInput, arg2 ...request.Option) (*devicefarm.ListOfferingsOutput, error)

ListOfferingsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListProjects

ListProjects mocks base method.

func (*MockDeviceFarmAPI) ListProjectsPages

func (m *MockDeviceFarmAPI) ListProjectsPages(arg0 *devicefarm.ListProjectsInput, arg1 func(*devicefarm.ListProjectsOutput, bool) bool) error

ListProjectsPages mocks base method.

func (*MockDeviceFarmAPI) ListProjectsPagesWithContext

func (m *MockDeviceFarmAPI) ListProjectsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListProjectsInput, arg2 func(*devicefarm.ListProjectsOutput, bool) bool, arg3 ...request.Option) error

ListProjectsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListProjectsRequest

ListProjectsRequest mocks base method.

func (*MockDeviceFarmAPI) ListProjectsWithContext

func (m *MockDeviceFarmAPI) ListProjectsWithContext(arg0 context.Context, arg1 *devicefarm.ListProjectsInput, arg2 ...request.Option) (*devicefarm.ListProjectsOutput, error)

ListProjectsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListRemoteAccessSessions

ListRemoteAccessSessions mocks base method.

func (*MockDeviceFarmAPI) ListRemoteAccessSessionsRequest

ListRemoteAccessSessionsRequest mocks base method.

func (*MockDeviceFarmAPI) ListRemoteAccessSessionsWithContext

ListRemoteAccessSessionsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListRuns

ListRuns mocks base method.

func (*MockDeviceFarmAPI) ListRunsPages

func (m *MockDeviceFarmAPI) ListRunsPages(arg0 *devicefarm.ListRunsInput, arg1 func(*devicefarm.ListRunsOutput, bool) bool) error

ListRunsPages mocks base method.

func (*MockDeviceFarmAPI) ListRunsPagesWithContext

func (m *MockDeviceFarmAPI) ListRunsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListRunsInput, arg2 func(*devicefarm.ListRunsOutput, bool) bool, arg3 ...request.Option) error

ListRunsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListRunsRequest

ListRunsRequest mocks base method.

func (*MockDeviceFarmAPI) ListRunsWithContext

func (m *MockDeviceFarmAPI) ListRunsWithContext(arg0 context.Context, arg1 *devicefarm.ListRunsInput, arg2 ...request.Option) (*devicefarm.ListRunsOutput, error)

ListRunsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListSamples

ListSamples mocks base method.

func (*MockDeviceFarmAPI) ListSamplesPages

func (m *MockDeviceFarmAPI) ListSamplesPages(arg0 *devicefarm.ListSamplesInput, arg1 func(*devicefarm.ListSamplesOutput, bool) bool) error

ListSamplesPages mocks base method.

func (*MockDeviceFarmAPI) ListSamplesPagesWithContext

func (m *MockDeviceFarmAPI) ListSamplesPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListSamplesInput, arg2 func(*devicefarm.ListSamplesOutput, bool) bool, arg3 ...request.Option) error

ListSamplesPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListSamplesRequest

ListSamplesRequest mocks base method.

func (*MockDeviceFarmAPI) ListSamplesWithContext

func (m *MockDeviceFarmAPI) ListSamplesWithContext(arg0 context.Context, arg1 *devicefarm.ListSamplesInput, arg2 ...request.Option) (*devicefarm.ListSamplesOutput, error)

ListSamplesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListSuites

ListSuites mocks base method.

func (*MockDeviceFarmAPI) ListSuitesPages

func (m *MockDeviceFarmAPI) ListSuitesPages(arg0 *devicefarm.ListSuitesInput, arg1 func(*devicefarm.ListSuitesOutput, bool) bool) error

ListSuitesPages mocks base method.

func (*MockDeviceFarmAPI) ListSuitesPagesWithContext

func (m *MockDeviceFarmAPI) ListSuitesPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListSuitesInput, arg2 func(*devicefarm.ListSuitesOutput, bool) bool, arg3 ...request.Option) error

ListSuitesPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListSuitesRequest

ListSuitesRequest mocks base method.

func (*MockDeviceFarmAPI) ListSuitesWithContext

func (m *MockDeviceFarmAPI) ListSuitesWithContext(arg0 context.Context, arg1 *devicefarm.ListSuitesInput, arg2 ...request.Option) (*devicefarm.ListSuitesOutput, error)

ListSuitesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockDeviceFarmAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockDeviceFarmAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridProjects

ListTestGridProjects mocks base method.

func (*MockDeviceFarmAPI) ListTestGridProjectsPages

ListTestGridProjectsPages mocks base method.

func (*MockDeviceFarmAPI) ListTestGridProjectsPagesWithContext

func (m *MockDeviceFarmAPI) ListTestGridProjectsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListTestGridProjectsInput, arg2 func(*devicefarm.ListTestGridProjectsOutput, bool) bool, arg3 ...request.Option) error

ListTestGridProjectsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridProjectsRequest

ListTestGridProjectsRequest mocks base method.

func (*MockDeviceFarmAPI) ListTestGridProjectsWithContext

ListTestGridProjectsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionActions

ListTestGridSessionActions mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionActionsPages

ListTestGridSessionActionsPages mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionActionsPagesWithContext

func (m *MockDeviceFarmAPI) ListTestGridSessionActionsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListTestGridSessionActionsInput, arg2 func(*devicefarm.ListTestGridSessionActionsOutput, bool) bool, arg3 ...request.Option) error

ListTestGridSessionActionsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionActionsRequest

ListTestGridSessionActionsRequest mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionActionsWithContext

ListTestGridSessionActionsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionArtifacts

ListTestGridSessionArtifacts mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionArtifactsPages

ListTestGridSessionArtifactsPages mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionArtifactsPagesWithContext

func (m *MockDeviceFarmAPI) ListTestGridSessionArtifactsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListTestGridSessionArtifactsInput, arg2 func(*devicefarm.ListTestGridSessionArtifactsOutput, bool) bool, arg3 ...request.Option) error

ListTestGridSessionArtifactsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionArtifactsRequest

ListTestGridSessionArtifactsRequest mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionArtifactsWithContext

ListTestGridSessionArtifactsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessions

ListTestGridSessions mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionsPages

ListTestGridSessionsPages mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionsPagesWithContext

func (m *MockDeviceFarmAPI) ListTestGridSessionsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListTestGridSessionsInput, arg2 func(*devicefarm.ListTestGridSessionsOutput, bool) bool, arg3 ...request.Option) error

ListTestGridSessionsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionsRequest

ListTestGridSessionsRequest mocks base method.

func (*MockDeviceFarmAPI) ListTestGridSessionsWithContext

ListTestGridSessionsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTests

ListTests mocks base method.

func (*MockDeviceFarmAPI) ListTestsPages

func (m *MockDeviceFarmAPI) ListTestsPages(arg0 *devicefarm.ListTestsInput, arg1 func(*devicefarm.ListTestsOutput, bool) bool) error

ListTestsPages mocks base method.

func (*MockDeviceFarmAPI) ListTestsPagesWithContext

func (m *MockDeviceFarmAPI) ListTestsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListTestsInput, arg2 func(*devicefarm.ListTestsOutput, bool) bool, arg3 ...request.Option) error

ListTestsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListTestsRequest

ListTestsRequest mocks base method.

func (*MockDeviceFarmAPI) ListTestsWithContext

func (m *MockDeviceFarmAPI) ListTestsWithContext(arg0 context.Context, arg1 *devicefarm.ListTestsInput, arg2 ...request.Option) (*devicefarm.ListTestsOutput, error)

ListTestsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListUniqueProblems

ListUniqueProblems mocks base method.

func (*MockDeviceFarmAPI) ListUniqueProblemsPages

ListUniqueProblemsPages mocks base method.

func (*MockDeviceFarmAPI) ListUniqueProblemsPagesWithContext

func (m *MockDeviceFarmAPI) ListUniqueProblemsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListUniqueProblemsInput, arg2 func(*devicefarm.ListUniqueProblemsOutput, bool) bool, arg3 ...request.Option) error

ListUniqueProblemsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListUniqueProblemsRequest

ListUniqueProblemsRequest mocks base method.

func (*MockDeviceFarmAPI) ListUniqueProblemsWithContext

ListUniqueProblemsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListUploads

ListUploads mocks base method.

func (*MockDeviceFarmAPI) ListUploadsPages

func (m *MockDeviceFarmAPI) ListUploadsPages(arg0 *devicefarm.ListUploadsInput, arg1 func(*devicefarm.ListUploadsOutput, bool) bool) error

ListUploadsPages mocks base method.

func (*MockDeviceFarmAPI) ListUploadsPagesWithContext

func (m *MockDeviceFarmAPI) ListUploadsPagesWithContext(arg0 context.Context, arg1 *devicefarm.ListUploadsInput, arg2 func(*devicefarm.ListUploadsOutput, bool) bool, arg3 ...request.Option) error

ListUploadsPagesWithContext mocks base method.

func (*MockDeviceFarmAPI) ListUploadsRequest

ListUploadsRequest mocks base method.

func (*MockDeviceFarmAPI) ListUploadsWithContext

func (m *MockDeviceFarmAPI) ListUploadsWithContext(arg0 context.Context, arg1 *devicefarm.ListUploadsInput, arg2 ...request.Option) (*devicefarm.ListUploadsOutput, error)

ListUploadsWithContext mocks base method.

func (*MockDeviceFarmAPI) ListVPCEConfigurations

ListVPCEConfigurations mocks base method.

func (*MockDeviceFarmAPI) ListVPCEConfigurationsRequest

ListVPCEConfigurationsRequest mocks base method.

func (*MockDeviceFarmAPI) ListVPCEConfigurationsWithContext

ListVPCEConfigurationsWithContext mocks base method.

func (*MockDeviceFarmAPI) PurchaseOffering

PurchaseOffering mocks base method.

func (*MockDeviceFarmAPI) PurchaseOfferingRequest

PurchaseOfferingRequest mocks base method.

func (*MockDeviceFarmAPI) PurchaseOfferingWithContext

func (m *MockDeviceFarmAPI) PurchaseOfferingWithContext(arg0 context.Context, arg1 *devicefarm.PurchaseOfferingInput, arg2 ...request.Option) (*devicefarm.PurchaseOfferingOutput, error)

PurchaseOfferingWithContext mocks base method.

func (*MockDeviceFarmAPI) RenewOffering

RenewOffering mocks base method.

func (*MockDeviceFarmAPI) RenewOfferingRequest

RenewOfferingRequest mocks base method.

func (*MockDeviceFarmAPI) RenewOfferingWithContext

func (m *MockDeviceFarmAPI) RenewOfferingWithContext(arg0 context.Context, arg1 *devicefarm.RenewOfferingInput, arg2 ...request.Option) (*devicefarm.RenewOfferingOutput, error)

RenewOfferingWithContext mocks base method.

func (*MockDeviceFarmAPI) ScheduleRun

ScheduleRun mocks base method.

func (*MockDeviceFarmAPI) ScheduleRunRequest

ScheduleRunRequest mocks base method.

func (*MockDeviceFarmAPI) ScheduleRunWithContext

func (m *MockDeviceFarmAPI) ScheduleRunWithContext(arg0 context.Context, arg1 *devicefarm.ScheduleRunInput, arg2 ...request.Option) (*devicefarm.ScheduleRunOutput, error)

ScheduleRunWithContext mocks base method.

func (*MockDeviceFarmAPI) StopJob

StopJob mocks base method.

func (*MockDeviceFarmAPI) StopJobRequest

StopJobRequest mocks base method.

func (*MockDeviceFarmAPI) StopJobWithContext

func (m *MockDeviceFarmAPI) StopJobWithContext(arg0 context.Context, arg1 *devicefarm.StopJobInput, arg2 ...request.Option) (*devicefarm.StopJobOutput, error)

StopJobWithContext mocks base method.

func (*MockDeviceFarmAPI) StopRemoteAccessSession

StopRemoteAccessSession mocks base method.

func (*MockDeviceFarmAPI) StopRemoteAccessSessionRequest

StopRemoteAccessSessionRequest mocks base method.

func (*MockDeviceFarmAPI) StopRemoteAccessSessionWithContext

StopRemoteAccessSessionWithContext mocks base method.

func (*MockDeviceFarmAPI) StopRun

StopRun mocks base method.

func (*MockDeviceFarmAPI) StopRunRequest

StopRunRequest mocks base method.

func (*MockDeviceFarmAPI) StopRunWithContext

func (m *MockDeviceFarmAPI) StopRunWithContext(arg0 context.Context, arg1 *devicefarm.StopRunInput, arg2 ...request.Option) (*devicefarm.StopRunOutput, error)

StopRunWithContext mocks base method.

func (*MockDeviceFarmAPI) TagResource

TagResource mocks base method.

func (*MockDeviceFarmAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockDeviceFarmAPI) TagResourceWithContext

func (m *MockDeviceFarmAPI) TagResourceWithContext(arg0 context.Context, arg1 *devicefarm.TagResourceInput, arg2 ...request.Option) (*devicefarm.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockDeviceFarmAPI) UntagResource

UntagResource mocks base method.

func (*MockDeviceFarmAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockDeviceFarmAPI) UntagResourceWithContext

func (m *MockDeviceFarmAPI) UntagResourceWithContext(arg0 context.Context, arg1 *devicefarm.UntagResourceInput, arg2 ...request.Option) (*devicefarm.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateDeviceInstance

UpdateDeviceInstance mocks base method.

func (*MockDeviceFarmAPI) UpdateDeviceInstanceRequest

UpdateDeviceInstanceRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateDeviceInstanceWithContext

UpdateDeviceInstanceWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateDevicePool

UpdateDevicePool mocks base method.

func (*MockDeviceFarmAPI) UpdateDevicePoolRequest

UpdateDevicePoolRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateDevicePoolWithContext

func (m *MockDeviceFarmAPI) UpdateDevicePoolWithContext(arg0 context.Context, arg1 *devicefarm.UpdateDevicePoolInput, arg2 ...request.Option) (*devicefarm.UpdateDevicePoolOutput, error)

UpdateDevicePoolWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateInstanceProfile

UpdateInstanceProfile mocks base method.

func (*MockDeviceFarmAPI) UpdateInstanceProfileRequest

UpdateInstanceProfileRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateInstanceProfileWithContext

UpdateInstanceProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateNetworkProfile

UpdateNetworkProfile mocks base method.

func (*MockDeviceFarmAPI) UpdateNetworkProfileRequest

UpdateNetworkProfileRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateNetworkProfileWithContext

UpdateNetworkProfileWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateProject

UpdateProject mocks base method.

func (*MockDeviceFarmAPI) UpdateProjectRequest

UpdateProjectRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateProjectWithContext

func (m *MockDeviceFarmAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *devicefarm.UpdateProjectInput, arg2 ...request.Option) (*devicefarm.UpdateProjectOutput, error)

UpdateProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateTestGridProject

UpdateTestGridProject mocks base method.

func (*MockDeviceFarmAPI) UpdateTestGridProjectRequest

UpdateTestGridProjectRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateTestGridProjectWithContext

UpdateTestGridProjectWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateUpload

UpdateUpload mocks base method.

func (*MockDeviceFarmAPI) UpdateUploadRequest

UpdateUploadRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateUploadWithContext

func (m *MockDeviceFarmAPI) UpdateUploadWithContext(arg0 context.Context, arg1 *devicefarm.UpdateUploadInput, arg2 ...request.Option) (*devicefarm.UpdateUploadOutput, error)

UpdateUploadWithContext mocks base method.

func (*MockDeviceFarmAPI) UpdateVPCEConfiguration

UpdateVPCEConfiguration mocks base method.

func (*MockDeviceFarmAPI) UpdateVPCEConfigurationRequest

UpdateVPCEConfigurationRequest mocks base method.

func (*MockDeviceFarmAPI) UpdateVPCEConfigurationWithContext

UpdateVPCEConfigurationWithContext mocks base method.

type MockDeviceFarmAPIMockRecorder

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

MockDeviceFarmAPIMockRecorder is the mock recorder for MockDeviceFarmAPI.

func (*MockDeviceFarmAPIMockRecorder) CreateDevicePool

func (mr *MockDeviceFarmAPIMockRecorder) CreateDevicePool(arg0 interface{}) *gomock.Call

CreateDevicePool indicates an expected call of CreateDevicePool.

func (*MockDeviceFarmAPIMockRecorder) CreateDevicePoolRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateDevicePoolRequest(arg0 interface{}) *gomock.Call

CreateDevicePoolRequest indicates an expected call of CreateDevicePoolRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateDevicePoolWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateDevicePoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDevicePoolWithContext indicates an expected call of CreateDevicePoolWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateInstanceProfile

func (mr *MockDeviceFarmAPIMockRecorder) CreateInstanceProfile(arg0 interface{}) *gomock.Call

CreateInstanceProfile indicates an expected call of CreateInstanceProfile.

func (*MockDeviceFarmAPIMockRecorder) CreateInstanceProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateInstanceProfileRequest(arg0 interface{}) *gomock.Call

CreateInstanceProfileRequest indicates an expected call of CreateInstanceProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateInstanceProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceProfileWithContext indicates an expected call of CreateInstanceProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateNetworkProfile

func (mr *MockDeviceFarmAPIMockRecorder) CreateNetworkProfile(arg0 interface{}) *gomock.Call

CreateNetworkProfile indicates an expected call of CreateNetworkProfile.

func (*MockDeviceFarmAPIMockRecorder) CreateNetworkProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateNetworkProfileRequest(arg0 interface{}) *gomock.Call

CreateNetworkProfileRequest indicates an expected call of CreateNetworkProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateNetworkProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateNetworkProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkProfileWithContext indicates an expected call of CreateNetworkProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateProject

func (mr *MockDeviceFarmAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockDeviceFarmAPIMockRecorder) CreateProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call

CreateProjectRequest indicates an expected call of CreateProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProjectWithContext indicates an expected call of CreateProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSession

func (mr *MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSession(arg0 interface{}) *gomock.Call

CreateRemoteAccessSession indicates an expected call of CreateRemoteAccessSession.

func (*MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSessionRequest(arg0 interface{}) *gomock.Call

CreateRemoteAccessSessionRequest indicates an expected call of CreateRemoteAccessSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateRemoteAccessSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRemoteAccessSessionWithContext indicates an expected call of CreateRemoteAccessSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridProject

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridProject(arg0 interface{}) *gomock.Call

CreateTestGridProject indicates an expected call of CreateTestGridProject.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridProjectRequest(arg0 interface{}) *gomock.Call

CreateTestGridProjectRequest indicates an expected call of CreateTestGridProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTestGridProjectWithContext indicates an expected call of CreateTestGridProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridUrl

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridUrl(arg0 interface{}) *gomock.Call

CreateTestGridUrl indicates an expected call of CreateTestGridUrl.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridUrlRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridUrlRequest(arg0 interface{}) *gomock.Call

CreateTestGridUrlRequest indicates an expected call of CreateTestGridUrlRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateTestGridUrlWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateTestGridUrlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTestGridUrlWithContext indicates an expected call of CreateTestGridUrlWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateUpload

func (mr *MockDeviceFarmAPIMockRecorder) CreateUpload(arg0 interface{}) *gomock.Call

CreateUpload indicates an expected call of CreateUpload.

func (*MockDeviceFarmAPIMockRecorder) CreateUploadRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateUploadRequest(arg0 interface{}) *gomock.Call

CreateUploadRequest indicates an expected call of CreateUploadRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateUploadWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUploadWithContext indicates an expected call of CreateUploadWithContext.

func (*MockDeviceFarmAPIMockRecorder) CreateVPCEConfiguration

func (mr *MockDeviceFarmAPIMockRecorder) CreateVPCEConfiguration(arg0 interface{}) *gomock.Call

CreateVPCEConfiguration indicates an expected call of CreateVPCEConfiguration.

func (*MockDeviceFarmAPIMockRecorder) CreateVPCEConfigurationRequest

func (mr *MockDeviceFarmAPIMockRecorder) CreateVPCEConfigurationRequest(arg0 interface{}) *gomock.Call

CreateVPCEConfigurationRequest indicates an expected call of CreateVPCEConfigurationRequest.

func (*MockDeviceFarmAPIMockRecorder) CreateVPCEConfigurationWithContext

func (mr *MockDeviceFarmAPIMockRecorder) CreateVPCEConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVPCEConfigurationWithContext indicates an expected call of CreateVPCEConfigurationWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteDevicePool

func (mr *MockDeviceFarmAPIMockRecorder) DeleteDevicePool(arg0 interface{}) *gomock.Call

DeleteDevicePool indicates an expected call of DeleteDevicePool.

func (*MockDeviceFarmAPIMockRecorder) DeleteDevicePoolRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteDevicePoolRequest(arg0 interface{}) *gomock.Call

DeleteDevicePoolRequest indicates an expected call of DeleteDevicePoolRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteDevicePoolWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteDevicePoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDevicePoolWithContext indicates an expected call of DeleteDevicePoolWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteInstanceProfile

func (mr *MockDeviceFarmAPIMockRecorder) DeleteInstanceProfile(arg0 interface{}) *gomock.Call

DeleteInstanceProfile indicates an expected call of DeleteInstanceProfile.

func (*MockDeviceFarmAPIMockRecorder) DeleteInstanceProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteInstanceProfileRequest(arg0 interface{}) *gomock.Call

DeleteInstanceProfileRequest indicates an expected call of DeleteInstanceProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteInstanceProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceProfileWithContext indicates an expected call of DeleteInstanceProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteNetworkProfile

func (mr *MockDeviceFarmAPIMockRecorder) DeleteNetworkProfile(arg0 interface{}) *gomock.Call

DeleteNetworkProfile indicates an expected call of DeleteNetworkProfile.

func (*MockDeviceFarmAPIMockRecorder) DeleteNetworkProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteNetworkProfileRequest(arg0 interface{}) *gomock.Call

DeleteNetworkProfileRequest indicates an expected call of DeleteNetworkProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteNetworkProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteNetworkProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkProfileWithContext indicates an expected call of DeleteNetworkProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteProject

func (mr *MockDeviceFarmAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

func (*MockDeviceFarmAPIMockRecorder) DeleteProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call

DeleteProjectRequest indicates an expected call of DeleteProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSession

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSession(arg0 interface{}) *gomock.Call

DeleteRemoteAccessSession indicates an expected call of DeleteRemoteAccessSession.

func (*MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSessionRequest(arg0 interface{}) *gomock.Call

DeleteRemoteAccessSessionRequest indicates an expected call of DeleteRemoteAccessSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRemoteAccessSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRemoteAccessSessionWithContext indicates an expected call of DeleteRemoteAccessSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteRun

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRun(arg0 interface{}) *gomock.Call

DeleteRun indicates an expected call of DeleteRun.

func (*MockDeviceFarmAPIMockRecorder) DeleteRunRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRunRequest(arg0 interface{}) *gomock.Call

DeleteRunRequest indicates an expected call of DeleteRunRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteRunWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRunWithContext indicates an expected call of DeleteRunWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteTestGridProject

func (mr *MockDeviceFarmAPIMockRecorder) DeleteTestGridProject(arg0 interface{}) *gomock.Call

DeleteTestGridProject indicates an expected call of DeleteTestGridProject.

func (*MockDeviceFarmAPIMockRecorder) DeleteTestGridProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteTestGridProjectRequest(arg0 interface{}) *gomock.Call

DeleteTestGridProjectRequest indicates an expected call of DeleteTestGridProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteTestGridProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteTestGridProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTestGridProjectWithContext indicates an expected call of DeleteTestGridProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteUpload

func (mr *MockDeviceFarmAPIMockRecorder) DeleteUpload(arg0 interface{}) *gomock.Call

DeleteUpload indicates an expected call of DeleteUpload.

func (*MockDeviceFarmAPIMockRecorder) DeleteUploadRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteUploadRequest(arg0 interface{}) *gomock.Call

DeleteUploadRequest indicates an expected call of DeleteUploadRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteUploadWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUploadWithContext indicates an expected call of DeleteUploadWithContext.

func (*MockDeviceFarmAPIMockRecorder) DeleteVPCEConfiguration

func (mr *MockDeviceFarmAPIMockRecorder) DeleteVPCEConfiguration(arg0 interface{}) *gomock.Call

DeleteVPCEConfiguration indicates an expected call of DeleteVPCEConfiguration.

func (*MockDeviceFarmAPIMockRecorder) DeleteVPCEConfigurationRequest

func (mr *MockDeviceFarmAPIMockRecorder) DeleteVPCEConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteVPCEConfigurationRequest indicates an expected call of DeleteVPCEConfigurationRequest.

func (*MockDeviceFarmAPIMockRecorder) DeleteVPCEConfigurationWithContext

func (mr *MockDeviceFarmAPIMockRecorder) DeleteVPCEConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVPCEConfigurationWithContext indicates an expected call of DeleteVPCEConfigurationWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetAccountSettings

func (mr *MockDeviceFarmAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call

GetAccountSettings indicates an expected call of GetAccountSettings.

func (*MockDeviceFarmAPIMockRecorder) GetAccountSettingsRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call

GetAccountSettingsRequest indicates an expected call of GetAccountSettingsRequest.

func (*MockDeviceFarmAPIMockRecorder) GetAccountSettingsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSettingsWithContext indicates an expected call of GetAccountSettingsWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetDevice

func (mr *MockDeviceFarmAPIMockRecorder) GetDevice(arg0 interface{}) *gomock.Call

GetDevice indicates an expected call of GetDevice.

func (*MockDeviceFarmAPIMockRecorder) GetDeviceInstance

func (mr *MockDeviceFarmAPIMockRecorder) GetDeviceInstance(arg0 interface{}) *gomock.Call

GetDeviceInstance indicates an expected call of GetDeviceInstance.

func (*MockDeviceFarmAPIMockRecorder) GetDeviceInstanceRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetDeviceInstanceRequest(arg0 interface{}) *gomock.Call

GetDeviceInstanceRequest indicates an expected call of GetDeviceInstanceRequest.

func (*MockDeviceFarmAPIMockRecorder) GetDeviceInstanceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetDeviceInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeviceInstanceWithContext indicates an expected call of GetDeviceInstanceWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePool

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePool(arg0 interface{}) *gomock.Call

GetDevicePool indicates an expected call of GetDevicePool.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibility

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibility(arg0 interface{}) *gomock.Call

GetDevicePoolCompatibility indicates an expected call of GetDevicePoolCompatibility.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibilityRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibilityRequest(arg0 interface{}) *gomock.Call

GetDevicePoolCompatibilityRequest indicates an expected call of GetDevicePoolCompatibilityRequest.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibilityWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePoolCompatibilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDevicePoolCompatibilityWithContext indicates an expected call of GetDevicePoolCompatibilityWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePoolRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePoolRequest(arg0 interface{}) *gomock.Call

GetDevicePoolRequest indicates an expected call of GetDevicePoolRequest.

func (*MockDeviceFarmAPIMockRecorder) GetDevicePoolWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetDevicePoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDevicePoolWithContext indicates an expected call of GetDevicePoolWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetDeviceRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetDeviceRequest(arg0 interface{}) *gomock.Call

GetDeviceRequest indicates an expected call of GetDeviceRequest.

func (*MockDeviceFarmAPIMockRecorder) GetDeviceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeviceWithContext indicates an expected call of GetDeviceWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetInstanceProfile

func (mr *MockDeviceFarmAPIMockRecorder) GetInstanceProfile(arg0 interface{}) *gomock.Call

GetInstanceProfile indicates an expected call of GetInstanceProfile.

func (*MockDeviceFarmAPIMockRecorder) GetInstanceProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetInstanceProfileRequest(arg0 interface{}) *gomock.Call

GetInstanceProfileRequest indicates an expected call of GetInstanceProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) GetInstanceProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceProfileWithContext indicates an expected call of GetInstanceProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetJob

func (mr *MockDeviceFarmAPIMockRecorder) GetJob(arg0 interface{}) *gomock.Call

GetJob indicates an expected call of GetJob.

func (*MockDeviceFarmAPIMockRecorder) GetJobRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetJobRequest(arg0 interface{}) *gomock.Call

GetJobRequest indicates an expected call of GetJobRequest.

func (*MockDeviceFarmAPIMockRecorder) GetJobWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetJobWithContext indicates an expected call of GetJobWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetNetworkProfile

func (mr *MockDeviceFarmAPIMockRecorder) GetNetworkProfile(arg0 interface{}) *gomock.Call

GetNetworkProfile indicates an expected call of GetNetworkProfile.

func (*MockDeviceFarmAPIMockRecorder) GetNetworkProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetNetworkProfileRequest(arg0 interface{}) *gomock.Call

GetNetworkProfileRequest indicates an expected call of GetNetworkProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) GetNetworkProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetNetworkProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkProfileWithContext indicates an expected call of GetNetworkProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetOfferingStatus

func (mr *MockDeviceFarmAPIMockRecorder) GetOfferingStatus(arg0 interface{}) *gomock.Call

GetOfferingStatus indicates an expected call of GetOfferingStatus.

func (*MockDeviceFarmAPIMockRecorder) GetOfferingStatusPages

func (mr *MockDeviceFarmAPIMockRecorder) GetOfferingStatusPages(arg0, arg1 interface{}) *gomock.Call

GetOfferingStatusPages indicates an expected call of GetOfferingStatusPages.

func (*MockDeviceFarmAPIMockRecorder) GetOfferingStatusPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetOfferingStatusPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetOfferingStatusPagesWithContext indicates an expected call of GetOfferingStatusPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetOfferingStatusRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetOfferingStatusRequest(arg0 interface{}) *gomock.Call

GetOfferingStatusRequest indicates an expected call of GetOfferingStatusRequest.

func (*MockDeviceFarmAPIMockRecorder) GetOfferingStatusWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetOfferingStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOfferingStatusWithContext indicates an expected call of GetOfferingStatusWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetProject

func (mr *MockDeviceFarmAPIMockRecorder) GetProject(arg0 interface{}) *gomock.Call

GetProject indicates an expected call of GetProject.

func (*MockDeviceFarmAPIMockRecorder) GetProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetProjectRequest(arg0 interface{}) *gomock.Call

GetProjectRequest indicates an expected call of GetProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) GetProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProjectWithContext indicates an expected call of GetProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetRemoteAccessSession

func (mr *MockDeviceFarmAPIMockRecorder) GetRemoteAccessSession(arg0 interface{}) *gomock.Call

GetRemoteAccessSession indicates an expected call of GetRemoteAccessSession.

func (*MockDeviceFarmAPIMockRecorder) GetRemoteAccessSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetRemoteAccessSessionRequest(arg0 interface{}) *gomock.Call

GetRemoteAccessSessionRequest indicates an expected call of GetRemoteAccessSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) GetRemoteAccessSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetRemoteAccessSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRemoteAccessSessionWithContext indicates an expected call of GetRemoteAccessSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetRun

func (mr *MockDeviceFarmAPIMockRecorder) GetRun(arg0 interface{}) *gomock.Call

GetRun indicates an expected call of GetRun.

func (*MockDeviceFarmAPIMockRecorder) GetRunRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetRunRequest(arg0 interface{}) *gomock.Call

GetRunRequest indicates an expected call of GetRunRequest.

func (*MockDeviceFarmAPIMockRecorder) GetRunWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRunWithContext indicates an expected call of GetRunWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetSuite

func (mr *MockDeviceFarmAPIMockRecorder) GetSuite(arg0 interface{}) *gomock.Call

GetSuite indicates an expected call of GetSuite.

func (*MockDeviceFarmAPIMockRecorder) GetSuiteRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetSuiteRequest(arg0 interface{}) *gomock.Call

GetSuiteRequest indicates an expected call of GetSuiteRequest.

func (*MockDeviceFarmAPIMockRecorder) GetSuiteWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetSuiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSuiteWithContext indicates an expected call of GetSuiteWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetTest

func (mr *MockDeviceFarmAPIMockRecorder) GetTest(arg0 interface{}) *gomock.Call

GetTest indicates an expected call of GetTest.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridProject

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridProject(arg0 interface{}) *gomock.Call

GetTestGridProject indicates an expected call of GetTestGridProject.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridProjectRequest(arg0 interface{}) *gomock.Call

GetTestGridProjectRequest indicates an expected call of GetTestGridProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTestGridProjectWithContext indicates an expected call of GetTestGridProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridSession

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridSession(arg0 interface{}) *gomock.Call

GetTestGridSession indicates an expected call of GetTestGridSession.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridSessionRequest(arg0 interface{}) *gomock.Call

GetTestGridSessionRequest indicates an expected call of GetTestGridSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) GetTestGridSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetTestGridSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTestGridSessionWithContext indicates an expected call of GetTestGridSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetTestRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetTestRequest(arg0 interface{}) *gomock.Call

GetTestRequest indicates an expected call of GetTestRequest.

func (*MockDeviceFarmAPIMockRecorder) GetTestWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetTestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTestWithContext indicates an expected call of GetTestWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetUpload

func (mr *MockDeviceFarmAPIMockRecorder) GetUpload(arg0 interface{}) *gomock.Call

GetUpload indicates an expected call of GetUpload.

func (*MockDeviceFarmAPIMockRecorder) GetUploadRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetUploadRequest(arg0 interface{}) *gomock.Call

GetUploadRequest indicates an expected call of GetUploadRequest.

func (*MockDeviceFarmAPIMockRecorder) GetUploadWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUploadWithContext indicates an expected call of GetUploadWithContext.

func (*MockDeviceFarmAPIMockRecorder) GetVPCEConfiguration

func (mr *MockDeviceFarmAPIMockRecorder) GetVPCEConfiguration(arg0 interface{}) *gomock.Call

GetVPCEConfiguration indicates an expected call of GetVPCEConfiguration.

func (*MockDeviceFarmAPIMockRecorder) GetVPCEConfigurationRequest

func (mr *MockDeviceFarmAPIMockRecorder) GetVPCEConfigurationRequest(arg0 interface{}) *gomock.Call

GetVPCEConfigurationRequest indicates an expected call of GetVPCEConfigurationRequest.

func (*MockDeviceFarmAPIMockRecorder) GetVPCEConfigurationWithContext

func (mr *MockDeviceFarmAPIMockRecorder) GetVPCEConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVPCEConfigurationWithContext indicates an expected call of GetVPCEConfigurationWithContext.

func (*MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSession

func (mr *MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSession(arg0 interface{}) *gomock.Call

InstallToRemoteAccessSession indicates an expected call of InstallToRemoteAccessSession.

func (*MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSessionRequest(arg0 interface{}) *gomock.Call

InstallToRemoteAccessSessionRequest indicates an expected call of InstallToRemoteAccessSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) InstallToRemoteAccessSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InstallToRemoteAccessSessionWithContext indicates an expected call of InstallToRemoteAccessSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListArtifacts

func (mr *MockDeviceFarmAPIMockRecorder) ListArtifacts(arg0 interface{}) *gomock.Call

ListArtifacts indicates an expected call of ListArtifacts.

func (*MockDeviceFarmAPIMockRecorder) ListArtifactsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListArtifactsPages(arg0, arg1 interface{}) *gomock.Call

ListArtifactsPages indicates an expected call of ListArtifactsPages.

func (*MockDeviceFarmAPIMockRecorder) ListArtifactsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListArtifactsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListArtifactsPagesWithContext indicates an expected call of ListArtifactsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListArtifactsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListArtifactsRequest(arg0 interface{}) *gomock.Call

ListArtifactsRequest indicates an expected call of ListArtifactsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListArtifactsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListArtifactsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListArtifactsWithContext indicates an expected call of ListArtifactsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListDeviceInstances

func (mr *MockDeviceFarmAPIMockRecorder) ListDeviceInstances(arg0 interface{}) *gomock.Call

ListDeviceInstances indicates an expected call of ListDeviceInstances.

func (*MockDeviceFarmAPIMockRecorder) ListDeviceInstancesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListDeviceInstancesRequest(arg0 interface{}) *gomock.Call

ListDeviceInstancesRequest indicates an expected call of ListDeviceInstancesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListDeviceInstancesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListDeviceInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeviceInstancesWithContext indicates an expected call of ListDeviceInstancesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListDevicePools

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicePools(arg0 interface{}) *gomock.Call

ListDevicePools indicates an expected call of ListDevicePools.

func (*MockDeviceFarmAPIMockRecorder) ListDevicePoolsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicePoolsPages(arg0, arg1 interface{}) *gomock.Call

ListDevicePoolsPages indicates an expected call of ListDevicePoolsPages.

func (*MockDeviceFarmAPIMockRecorder) ListDevicePoolsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicePoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDevicePoolsPagesWithContext indicates an expected call of ListDevicePoolsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListDevicePoolsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicePoolsRequest(arg0 interface{}) *gomock.Call

ListDevicePoolsRequest indicates an expected call of ListDevicePoolsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListDevicePoolsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicePoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDevicePoolsWithContext indicates an expected call of ListDevicePoolsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListDevices

func (mr *MockDeviceFarmAPIMockRecorder) ListDevices(arg0 interface{}) *gomock.Call

ListDevices indicates an expected call of ListDevices.

func (*MockDeviceFarmAPIMockRecorder) ListDevicesPages

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicesPages(arg0, arg1 interface{}) *gomock.Call

ListDevicesPages indicates an expected call of ListDevicesPages.

func (*MockDeviceFarmAPIMockRecorder) ListDevicesPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDevicesPagesWithContext indicates an expected call of ListDevicesPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListDevicesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicesRequest(arg0 interface{}) *gomock.Call

ListDevicesRequest indicates an expected call of ListDevicesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListDevicesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListDevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDevicesWithContext indicates an expected call of ListDevicesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListInstanceProfiles

func (mr *MockDeviceFarmAPIMockRecorder) ListInstanceProfiles(arg0 interface{}) *gomock.Call

ListInstanceProfiles indicates an expected call of ListInstanceProfiles.

func (*MockDeviceFarmAPIMockRecorder) ListInstanceProfilesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListInstanceProfilesRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesRequest indicates an expected call of ListInstanceProfilesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListInstanceProfilesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListInstanceProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesWithContext indicates an expected call of ListInstanceProfilesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListJobs

func (mr *MockDeviceFarmAPIMockRecorder) ListJobs(arg0 interface{}) *gomock.Call

ListJobs indicates an expected call of ListJobs.

func (*MockDeviceFarmAPIMockRecorder) ListJobsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListJobsPages(arg0, arg1 interface{}) *gomock.Call

ListJobsPages indicates an expected call of ListJobsPages.

func (*MockDeviceFarmAPIMockRecorder) ListJobsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListJobsPagesWithContext indicates an expected call of ListJobsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListJobsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListJobsRequest(arg0 interface{}) *gomock.Call

ListJobsRequest indicates an expected call of ListJobsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListJobsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListJobsWithContext indicates an expected call of ListJobsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListNetworkProfiles

func (mr *MockDeviceFarmAPIMockRecorder) ListNetworkProfiles(arg0 interface{}) *gomock.Call

ListNetworkProfiles indicates an expected call of ListNetworkProfiles.

func (*MockDeviceFarmAPIMockRecorder) ListNetworkProfilesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListNetworkProfilesRequest(arg0 interface{}) *gomock.Call

ListNetworkProfilesRequest indicates an expected call of ListNetworkProfilesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListNetworkProfilesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListNetworkProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNetworkProfilesWithContext indicates an expected call of ListNetworkProfilesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingPromotions

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingPromotions(arg0 interface{}) *gomock.Call

ListOfferingPromotions indicates an expected call of ListOfferingPromotions.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingPromotionsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingPromotionsRequest(arg0 interface{}) *gomock.Call

ListOfferingPromotionsRequest indicates an expected call of ListOfferingPromotionsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingPromotionsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingPromotionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOfferingPromotionsWithContext indicates an expected call of ListOfferingPromotionsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingTransactions

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingTransactions(arg0 interface{}) *gomock.Call

ListOfferingTransactions indicates an expected call of ListOfferingTransactions.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsPages(arg0, arg1 interface{}) *gomock.Call

ListOfferingTransactionsPages indicates an expected call of ListOfferingTransactionsPages.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListOfferingTransactionsPagesWithContext indicates an expected call of ListOfferingTransactionsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsRequest(arg0 interface{}) *gomock.Call

ListOfferingTransactionsRequest indicates an expected call of ListOfferingTransactionsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingTransactionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOfferingTransactionsWithContext indicates an expected call of ListOfferingTransactionsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListOfferings

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferings(arg0 interface{}) *gomock.Call

ListOfferings indicates an expected call of ListOfferings.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingsPages(arg0, arg1 interface{}) *gomock.Call

ListOfferingsPages indicates an expected call of ListOfferingsPages.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListOfferingsPagesWithContext indicates an expected call of ListOfferingsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingsRequest(arg0 interface{}) *gomock.Call

ListOfferingsRequest indicates an expected call of ListOfferingsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListOfferingsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOfferingsWithContext indicates an expected call of ListOfferingsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListProjects

func (mr *MockDeviceFarmAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call

ListProjects indicates an expected call of ListProjects.

func (*MockDeviceFarmAPIMockRecorder) ListProjectsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListProjectsPages(arg0, arg1 interface{}) *gomock.Call

ListProjectsPages indicates an expected call of ListProjectsPages.

func (*MockDeviceFarmAPIMockRecorder) ListProjectsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListProjectsPagesWithContext indicates an expected call of ListProjectsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListProjectsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call

ListProjectsRequest indicates an expected call of ListProjectsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListProjectsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProjectsWithContext indicates an expected call of ListProjectsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessions

func (mr *MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessions(arg0 interface{}) *gomock.Call

ListRemoteAccessSessions indicates an expected call of ListRemoteAccessSessions.

func (*MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessionsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessionsRequest(arg0 interface{}) *gomock.Call

ListRemoteAccessSessionsRequest indicates an expected call of ListRemoteAccessSessionsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessionsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListRemoteAccessSessionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRemoteAccessSessionsWithContext indicates an expected call of ListRemoteAccessSessionsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListRuns

func (mr *MockDeviceFarmAPIMockRecorder) ListRuns(arg0 interface{}) *gomock.Call

ListRuns indicates an expected call of ListRuns.

func (*MockDeviceFarmAPIMockRecorder) ListRunsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListRunsPages(arg0, arg1 interface{}) *gomock.Call

ListRunsPages indicates an expected call of ListRunsPages.

func (*MockDeviceFarmAPIMockRecorder) ListRunsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListRunsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRunsPagesWithContext indicates an expected call of ListRunsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListRunsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListRunsRequest(arg0 interface{}) *gomock.Call

ListRunsRequest indicates an expected call of ListRunsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListRunsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListRunsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRunsWithContext indicates an expected call of ListRunsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListSamples

func (mr *MockDeviceFarmAPIMockRecorder) ListSamples(arg0 interface{}) *gomock.Call

ListSamples indicates an expected call of ListSamples.

func (*MockDeviceFarmAPIMockRecorder) ListSamplesPages

func (mr *MockDeviceFarmAPIMockRecorder) ListSamplesPages(arg0, arg1 interface{}) *gomock.Call

ListSamplesPages indicates an expected call of ListSamplesPages.

func (*MockDeviceFarmAPIMockRecorder) ListSamplesPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListSamplesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSamplesPagesWithContext indicates an expected call of ListSamplesPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListSamplesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListSamplesRequest(arg0 interface{}) *gomock.Call

ListSamplesRequest indicates an expected call of ListSamplesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListSamplesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListSamplesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSamplesWithContext indicates an expected call of ListSamplesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListSuites

func (mr *MockDeviceFarmAPIMockRecorder) ListSuites(arg0 interface{}) *gomock.Call

ListSuites indicates an expected call of ListSuites.

func (*MockDeviceFarmAPIMockRecorder) ListSuitesPages

func (mr *MockDeviceFarmAPIMockRecorder) ListSuitesPages(arg0, arg1 interface{}) *gomock.Call

ListSuitesPages indicates an expected call of ListSuitesPages.

func (*MockDeviceFarmAPIMockRecorder) ListSuitesPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListSuitesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSuitesPagesWithContext indicates an expected call of ListSuitesPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListSuitesRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListSuitesRequest(arg0 interface{}) *gomock.Call

ListSuitesRequest indicates an expected call of ListSuitesRequest.

func (*MockDeviceFarmAPIMockRecorder) ListSuitesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListSuitesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSuitesWithContext indicates an expected call of ListSuitesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTagsForResource

func (mr *MockDeviceFarmAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockDeviceFarmAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridProjects

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridProjects(arg0 interface{}) *gomock.Call

ListTestGridProjects indicates an expected call of ListTestGridProjects.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridProjectsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridProjectsPages(arg0, arg1 interface{}) *gomock.Call

ListTestGridProjectsPages indicates an expected call of ListTestGridProjectsPages.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridProjectsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTestGridProjectsPagesWithContext indicates an expected call of ListTestGridProjectsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridProjectsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridProjectsRequest(arg0 interface{}) *gomock.Call

ListTestGridProjectsRequest indicates an expected call of ListTestGridProjectsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridProjectsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTestGridProjectsWithContext indicates an expected call of ListTestGridProjectsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionActions

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionActions(arg0 interface{}) *gomock.Call

ListTestGridSessionActions indicates an expected call of ListTestGridSessionActions.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsPages(arg0, arg1 interface{}) *gomock.Call

ListTestGridSessionActionsPages indicates an expected call of ListTestGridSessionActionsPages.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTestGridSessionActionsPagesWithContext indicates an expected call of ListTestGridSessionActionsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsRequest(arg0 interface{}) *gomock.Call

ListTestGridSessionActionsRequest indicates an expected call of ListTestGridSessionActionsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTestGridSessionActionsWithContext indicates an expected call of ListTestGridSessionActionsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifacts

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifacts(arg0 interface{}) *gomock.Call

ListTestGridSessionArtifacts indicates an expected call of ListTestGridSessionArtifacts.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsPages(arg0, arg1 interface{}) *gomock.Call

ListTestGridSessionArtifactsPages indicates an expected call of ListTestGridSessionArtifactsPages.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTestGridSessionArtifactsPagesWithContext indicates an expected call of ListTestGridSessionArtifactsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsRequest(arg0 interface{}) *gomock.Call

ListTestGridSessionArtifactsRequest indicates an expected call of ListTestGridSessionArtifactsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionArtifactsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTestGridSessionArtifactsWithContext indicates an expected call of ListTestGridSessionArtifactsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessions

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessions(arg0 interface{}) *gomock.Call

ListTestGridSessions indicates an expected call of ListTestGridSessions.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionsPages(arg0, arg1 interface{}) *gomock.Call

ListTestGridSessionsPages indicates an expected call of ListTestGridSessionsPages.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTestGridSessionsPagesWithContext indicates an expected call of ListTestGridSessionsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionsRequest(arg0 interface{}) *gomock.Call

ListTestGridSessionsRequest indicates an expected call of ListTestGridSessionsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTestGridSessionsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestGridSessionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTestGridSessionsWithContext indicates an expected call of ListTestGridSessionsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTests

func (mr *MockDeviceFarmAPIMockRecorder) ListTests(arg0 interface{}) *gomock.Call

ListTests indicates an expected call of ListTests.

func (*MockDeviceFarmAPIMockRecorder) ListTestsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListTestsPages(arg0, arg1 interface{}) *gomock.Call

ListTestsPages indicates an expected call of ListTestsPages.

func (*MockDeviceFarmAPIMockRecorder) ListTestsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTestsPagesWithContext indicates an expected call of ListTestsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListTestsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListTestsRequest(arg0 interface{}) *gomock.Call

ListTestsRequest indicates an expected call of ListTestsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListTestsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListTestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTestsWithContext indicates an expected call of ListTestsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListUniqueProblems

func (mr *MockDeviceFarmAPIMockRecorder) ListUniqueProblems(arg0 interface{}) *gomock.Call

ListUniqueProblems indicates an expected call of ListUniqueProblems.

func (*MockDeviceFarmAPIMockRecorder) ListUniqueProblemsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListUniqueProblemsPages(arg0, arg1 interface{}) *gomock.Call

ListUniqueProblemsPages indicates an expected call of ListUniqueProblemsPages.

func (*MockDeviceFarmAPIMockRecorder) ListUniqueProblemsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListUniqueProblemsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUniqueProblemsPagesWithContext indicates an expected call of ListUniqueProblemsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListUniqueProblemsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListUniqueProblemsRequest(arg0 interface{}) *gomock.Call

ListUniqueProblemsRequest indicates an expected call of ListUniqueProblemsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListUniqueProblemsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListUniqueProblemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUniqueProblemsWithContext indicates an expected call of ListUniqueProblemsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListUploads

func (mr *MockDeviceFarmAPIMockRecorder) ListUploads(arg0 interface{}) *gomock.Call

ListUploads indicates an expected call of ListUploads.

func (*MockDeviceFarmAPIMockRecorder) ListUploadsPages

func (mr *MockDeviceFarmAPIMockRecorder) ListUploadsPages(arg0, arg1 interface{}) *gomock.Call

ListUploadsPages indicates an expected call of ListUploadsPages.

func (*MockDeviceFarmAPIMockRecorder) ListUploadsPagesWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUploadsPagesWithContext indicates an expected call of ListUploadsPagesWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListUploadsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListUploadsRequest(arg0 interface{}) *gomock.Call

ListUploadsRequest indicates an expected call of ListUploadsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListUploadsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUploadsWithContext indicates an expected call of ListUploadsWithContext.

func (*MockDeviceFarmAPIMockRecorder) ListVPCEConfigurations

func (mr *MockDeviceFarmAPIMockRecorder) ListVPCEConfigurations(arg0 interface{}) *gomock.Call

ListVPCEConfigurations indicates an expected call of ListVPCEConfigurations.

func (*MockDeviceFarmAPIMockRecorder) ListVPCEConfigurationsRequest

func (mr *MockDeviceFarmAPIMockRecorder) ListVPCEConfigurationsRequest(arg0 interface{}) *gomock.Call

ListVPCEConfigurationsRequest indicates an expected call of ListVPCEConfigurationsRequest.

func (*MockDeviceFarmAPIMockRecorder) ListVPCEConfigurationsWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ListVPCEConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVPCEConfigurationsWithContext indicates an expected call of ListVPCEConfigurationsWithContext.

func (*MockDeviceFarmAPIMockRecorder) PurchaseOffering

func (mr *MockDeviceFarmAPIMockRecorder) PurchaseOffering(arg0 interface{}) *gomock.Call

PurchaseOffering indicates an expected call of PurchaseOffering.

func (*MockDeviceFarmAPIMockRecorder) PurchaseOfferingRequest

func (mr *MockDeviceFarmAPIMockRecorder) PurchaseOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseOfferingRequest indicates an expected call of PurchaseOfferingRequest.

func (*MockDeviceFarmAPIMockRecorder) PurchaseOfferingWithContext

func (mr *MockDeviceFarmAPIMockRecorder) PurchaseOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseOfferingWithContext indicates an expected call of PurchaseOfferingWithContext.

func (*MockDeviceFarmAPIMockRecorder) RenewOffering

func (mr *MockDeviceFarmAPIMockRecorder) RenewOffering(arg0 interface{}) *gomock.Call

RenewOffering indicates an expected call of RenewOffering.

func (*MockDeviceFarmAPIMockRecorder) RenewOfferingRequest

func (mr *MockDeviceFarmAPIMockRecorder) RenewOfferingRequest(arg0 interface{}) *gomock.Call

RenewOfferingRequest indicates an expected call of RenewOfferingRequest.

func (*MockDeviceFarmAPIMockRecorder) RenewOfferingWithContext

func (mr *MockDeviceFarmAPIMockRecorder) RenewOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RenewOfferingWithContext indicates an expected call of RenewOfferingWithContext.

func (*MockDeviceFarmAPIMockRecorder) ScheduleRun

func (mr *MockDeviceFarmAPIMockRecorder) ScheduleRun(arg0 interface{}) *gomock.Call

ScheduleRun indicates an expected call of ScheduleRun.

func (*MockDeviceFarmAPIMockRecorder) ScheduleRunRequest

func (mr *MockDeviceFarmAPIMockRecorder) ScheduleRunRequest(arg0 interface{}) *gomock.Call

ScheduleRunRequest indicates an expected call of ScheduleRunRequest.

func (*MockDeviceFarmAPIMockRecorder) ScheduleRunWithContext

func (mr *MockDeviceFarmAPIMockRecorder) ScheduleRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ScheduleRunWithContext indicates an expected call of ScheduleRunWithContext.

func (*MockDeviceFarmAPIMockRecorder) StopJob

func (mr *MockDeviceFarmAPIMockRecorder) StopJob(arg0 interface{}) *gomock.Call

StopJob indicates an expected call of StopJob.

func (*MockDeviceFarmAPIMockRecorder) StopJobRequest

func (mr *MockDeviceFarmAPIMockRecorder) StopJobRequest(arg0 interface{}) *gomock.Call

StopJobRequest indicates an expected call of StopJobRequest.

func (*MockDeviceFarmAPIMockRecorder) StopJobWithContext

func (mr *MockDeviceFarmAPIMockRecorder) StopJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopJobWithContext indicates an expected call of StopJobWithContext.

func (*MockDeviceFarmAPIMockRecorder) StopRemoteAccessSession

func (mr *MockDeviceFarmAPIMockRecorder) StopRemoteAccessSession(arg0 interface{}) *gomock.Call

StopRemoteAccessSession indicates an expected call of StopRemoteAccessSession.

func (*MockDeviceFarmAPIMockRecorder) StopRemoteAccessSessionRequest

func (mr *MockDeviceFarmAPIMockRecorder) StopRemoteAccessSessionRequest(arg0 interface{}) *gomock.Call

StopRemoteAccessSessionRequest indicates an expected call of StopRemoteAccessSessionRequest.

func (*MockDeviceFarmAPIMockRecorder) StopRemoteAccessSessionWithContext

func (mr *MockDeviceFarmAPIMockRecorder) StopRemoteAccessSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopRemoteAccessSessionWithContext indicates an expected call of StopRemoteAccessSessionWithContext.

func (*MockDeviceFarmAPIMockRecorder) StopRun

func (mr *MockDeviceFarmAPIMockRecorder) StopRun(arg0 interface{}) *gomock.Call

StopRun indicates an expected call of StopRun.

func (*MockDeviceFarmAPIMockRecorder) StopRunRequest

func (mr *MockDeviceFarmAPIMockRecorder) StopRunRequest(arg0 interface{}) *gomock.Call

StopRunRequest indicates an expected call of StopRunRequest.

func (*MockDeviceFarmAPIMockRecorder) StopRunWithContext

func (mr *MockDeviceFarmAPIMockRecorder) StopRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopRunWithContext indicates an expected call of StopRunWithContext.

func (*MockDeviceFarmAPIMockRecorder) TagResource

func (mr *MockDeviceFarmAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockDeviceFarmAPIMockRecorder) TagResourceRequest

func (mr *MockDeviceFarmAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockDeviceFarmAPIMockRecorder) TagResourceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockDeviceFarmAPIMockRecorder) UntagResource

func (mr *MockDeviceFarmAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockDeviceFarmAPIMockRecorder) UntagResourceRequest

func (mr *MockDeviceFarmAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockDeviceFarmAPIMockRecorder) UntagResourceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateDeviceInstance

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDeviceInstance(arg0 interface{}) *gomock.Call

UpdateDeviceInstance indicates an expected call of UpdateDeviceInstance.

func (*MockDeviceFarmAPIMockRecorder) UpdateDeviceInstanceRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDeviceInstanceRequest(arg0 interface{}) *gomock.Call

UpdateDeviceInstanceRequest indicates an expected call of UpdateDeviceInstanceRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateDeviceInstanceWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDeviceInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDeviceInstanceWithContext indicates an expected call of UpdateDeviceInstanceWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateDevicePool

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDevicePool(arg0 interface{}) *gomock.Call

UpdateDevicePool indicates an expected call of UpdateDevicePool.

func (*MockDeviceFarmAPIMockRecorder) UpdateDevicePoolRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDevicePoolRequest(arg0 interface{}) *gomock.Call

UpdateDevicePoolRequest indicates an expected call of UpdateDevicePoolRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateDevicePoolWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateDevicePoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDevicePoolWithContext indicates an expected call of UpdateDevicePoolWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateInstanceProfile

func (mr *MockDeviceFarmAPIMockRecorder) UpdateInstanceProfile(arg0 interface{}) *gomock.Call

UpdateInstanceProfile indicates an expected call of UpdateInstanceProfile.

func (*MockDeviceFarmAPIMockRecorder) UpdateInstanceProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateInstanceProfileRequest(arg0 interface{}) *gomock.Call

UpdateInstanceProfileRequest indicates an expected call of UpdateInstanceProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateInstanceProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateInstanceProfileWithContext indicates an expected call of UpdateInstanceProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateNetworkProfile

func (mr *MockDeviceFarmAPIMockRecorder) UpdateNetworkProfile(arg0 interface{}) *gomock.Call

UpdateNetworkProfile indicates an expected call of UpdateNetworkProfile.

func (*MockDeviceFarmAPIMockRecorder) UpdateNetworkProfileRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateNetworkProfileRequest(arg0 interface{}) *gomock.Call

UpdateNetworkProfileRequest indicates an expected call of UpdateNetworkProfileRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateNetworkProfileWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateNetworkProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateNetworkProfileWithContext indicates an expected call of UpdateNetworkProfileWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateProject

func (mr *MockDeviceFarmAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call

UpdateProject indicates an expected call of UpdateProject.

func (*MockDeviceFarmAPIMockRecorder) UpdateProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call

UpdateProjectRequest indicates an expected call of UpdateProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateTestGridProject

func (mr *MockDeviceFarmAPIMockRecorder) UpdateTestGridProject(arg0 interface{}) *gomock.Call

UpdateTestGridProject indicates an expected call of UpdateTestGridProject.

func (*MockDeviceFarmAPIMockRecorder) UpdateTestGridProjectRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateTestGridProjectRequest(arg0 interface{}) *gomock.Call

UpdateTestGridProjectRequest indicates an expected call of UpdateTestGridProjectRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateTestGridProjectWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateTestGridProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTestGridProjectWithContext indicates an expected call of UpdateTestGridProjectWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateUpload

func (mr *MockDeviceFarmAPIMockRecorder) UpdateUpload(arg0 interface{}) *gomock.Call

UpdateUpload indicates an expected call of UpdateUpload.

func (*MockDeviceFarmAPIMockRecorder) UpdateUploadRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateUploadRequest(arg0 interface{}) *gomock.Call

UpdateUploadRequest indicates an expected call of UpdateUploadRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateUploadWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUploadWithContext indicates an expected call of UpdateUploadWithContext.

func (*MockDeviceFarmAPIMockRecorder) UpdateVPCEConfiguration

func (mr *MockDeviceFarmAPIMockRecorder) UpdateVPCEConfiguration(arg0 interface{}) *gomock.Call

UpdateVPCEConfiguration indicates an expected call of UpdateVPCEConfiguration.

func (*MockDeviceFarmAPIMockRecorder) UpdateVPCEConfigurationRequest

func (mr *MockDeviceFarmAPIMockRecorder) UpdateVPCEConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateVPCEConfigurationRequest indicates an expected call of UpdateVPCEConfigurationRequest.

func (*MockDeviceFarmAPIMockRecorder) UpdateVPCEConfigurationWithContext

func (mr *MockDeviceFarmAPIMockRecorder) UpdateVPCEConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateVPCEConfigurationWithContext indicates an expected call of UpdateVPCEConfigurationWithContext.

Jump to

Keyboard shortcuts

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