mobilemock

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 mobilemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMobileAPI

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

MockMobileAPI is a mock of MobileAPI interface.

func NewMockMobileAPI

func NewMockMobileAPI(ctrl *gomock.Controller) *MockMobileAPI

NewMockMobileAPI creates a new mock instance.

func (*MockMobileAPI) CreateProject

CreateProject mocks base method.

func (*MockMobileAPI) CreateProjectRequest

func (m *MockMobileAPI) CreateProjectRequest(arg0 *mobile.CreateProjectInput) (*request.Request, *mobile.CreateProjectOutput)

CreateProjectRequest mocks base method.

func (*MockMobileAPI) CreateProjectWithContext

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

CreateProjectWithContext mocks base method.

func (*MockMobileAPI) DeleteProject

DeleteProject mocks base method.

func (*MockMobileAPI) DeleteProjectRequest

func (m *MockMobileAPI) DeleteProjectRequest(arg0 *mobile.DeleteProjectInput) (*request.Request, *mobile.DeleteProjectOutput)

DeleteProjectRequest mocks base method.

func (*MockMobileAPI) DeleteProjectWithContext

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

DeleteProjectWithContext mocks base method.

func (*MockMobileAPI) DescribeBundle

DescribeBundle mocks base method.

func (*MockMobileAPI) DescribeBundleRequest

func (m *MockMobileAPI) DescribeBundleRequest(arg0 *mobile.DescribeBundleInput) (*request.Request, *mobile.DescribeBundleOutput)

DescribeBundleRequest mocks base method.

func (*MockMobileAPI) DescribeBundleWithContext

func (m *MockMobileAPI) DescribeBundleWithContext(arg0 context.Context, arg1 *mobile.DescribeBundleInput, arg2 ...request.Option) (*mobile.DescribeBundleOutput, error)

DescribeBundleWithContext mocks base method.

func (*MockMobileAPI) DescribeProject

DescribeProject mocks base method.

func (*MockMobileAPI) DescribeProjectRequest

DescribeProjectRequest mocks base method.

func (*MockMobileAPI) DescribeProjectWithContext

func (m *MockMobileAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *mobile.DescribeProjectInput, arg2 ...request.Option) (*mobile.DescribeProjectOutput, error)

DescribeProjectWithContext mocks base method.

func (*MockMobileAPI) EXPECT

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

func (*MockMobileAPI) ExportBundle

ExportBundle mocks base method.

func (*MockMobileAPI) ExportBundleRequest

func (m *MockMobileAPI) ExportBundleRequest(arg0 *mobile.ExportBundleInput) (*request.Request, *mobile.ExportBundleOutput)

ExportBundleRequest mocks base method.

func (*MockMobileAPI) ExportBundleWithContext

func (m *MockMobileAPI) ExportBundleWithContext(arg0 context.Context, arg1 *mobile.ExportBundleInput, arg2 ...request.Option) (*mobile.ExportBundleOutput, error)

ExportBundleWithContext mocks base method.

func (*MockMobileAPI) ExportProject

ExportProject mocks base method.

func (*MockMobileAPI) ExportProjectRequest

func (m *MockMobileAPI) ExportProjectRequest(arg0 *mobile.ExportProjectInput) (*request.Request, *mobile.ExportProjectOutput)

ExportProjectRequest mocks base method.

func (*MockMobileAPI) ExportProjectWithContext

func (m *MockMobileAPI) ExportProjectWithContext(arg0 context.Context, arg1 *mobile.ExportProjectInput, arg2 ...request.Option) (*mobile.ExportProjectOutput, error)

ExportProjectWithContext mocks base method.

func (*MockMobileAPI) ListBundles

ListBundles mocks base method.

func (*MockMobileAPI) ListBundlesPages

func (m *MockMobileAPI) ListBundlesPages(arg0 *mobile.ListBundlesInput, arg1 func(*mobile.ListBundlesOutput, bool) bool) error

ListBundlesPages mocks base method.

func (*MockMobileAPI) ListBundlesPagesWithContext

func (m *MockMobileAPI) ListBundlesPagesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, arg2 func(*mobile.ListBundlesOutput, bool) bool, arg3 ...request.Option) error

ListBundlesPagesWithContext mocks base method.

func (*MockMobileAPI) ListBundlesRequest

func (m *MockMobileAPI) ListBundlesRequest(arg0 *mobile.ListBundlesInput) (*request.Request, *mobile.ListBundlesOutput)

ListBundlesRequest mocks base method.

func (*MockMobileAPI) ListBundlesWithContext

func (m *MockMobileAPI) ListBundlesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, arg2 ...request.Option) (*mobile.ListBundlesOutput, error)

ListBundlesWithContext mocks base method.

func (*MockMobileAPI) ListProjects

ListProjects mocks base method.

func (*MockMobileAPI) ListProjectsPages

func (m *MockMobileAPI) ListProjectsPages(arg0 *mobile.ListProjectsInput, arg1 func(*mobile.ListProjectsOutput, bool) bool) error

ListProjectsPages mocks base method.

func (*MockMobileAPI) ListProjectsPagesWithContext

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

ListProjectsPagesWithContext mocks base method.

func (*MockMobileAPI) ListProjectsRequest

func (m *MockMobileAPI) ListProjectsRequest(arg0 *mobile.ListProjectsInput) (*request.Request, *mobile.ListProjectsOutput)

ListProjectsRequest mocks base method.

func (*MockMobileAPI) ListProjectsWithContext

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

ListProjectsWithContext mocks base method.

func (*MockMobileAPI) UpdateProject

UpdateProject mocks base method.

func (*MockMobileAPI) UpdateProjectRequest

func (m *MockMobileAPI) UpdateProjectRequest(arg0 *mobile.UpdateProjectInput) (*request.Request, *mobile.UpdateProjectOutput)

UpdateProjectRequest mocks base method.

func (*MockMobileAPI) UpdateProjectWithContext

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

UpdateProjectWithContext mocks base method.

type MockMobileAPIMockRecorder

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

MockMobileAPIMockRecorder is the mock recorder for MockMobileAPI.

func (*MockMobileAPIMockRecorder) CreateProject

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

CreateProject indicates an expected call of CreateProject.

func (*MockMobileAPIMockRecorder) CreateProjectRequest

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

CreateProjectRequest indicates an expected call of CreateProjectRequest.

func (*MockMobileAPIMockRecorder) CreateProjectWithContext

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

CreateProjectWithContext indicates an expected call of CreateProjectWithContext.

func (*MockMobileAPIMockRecorder) DeleteProject

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

DeleteProject indicates an expected call of DeleteProject.

func (*MockMobileAPIMockRecorder) DeleteProjectRequest

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

DeleteProjectRequest indicates an expected call of DeleteProjectRequest.

func (*MockMobileAPIMockRecorder) DeleteProjectWithContext

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

DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext.

func (*MockMobileAPIMockRecorder) DescribeBundle

func (mr *MockMobileAPIMockRecorder) DescribeBundle(arg0 interface{}) *gomock.Call

DescribeBundle indicates an expected call of DescribeBundle.

func (*MockMobileAPIMockRecorder) DescribeBundleRequest

func (mr *MockMobileAPIMockRecorder) DescribeBundleRequest(arg0 interface{}) *gomock.Call

DescribeBundleRequest indicates an expected call of DescribeBundleRequest.

func (*MockMobileAPIMockRecorder) DescribeBundleWithContext

func (mr *MockMobileAPIMockRecorder) DescribeBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBundleWithContext indicates an expected call of DescribeBundleWithContext.

func (*MockMobileAPIMockRecorder) DescribeProject

func (mr *MockMobileAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call

DescribeProject indicates an expected call of DescribeProject.

func (*MockMobileAPIMockRecorder) DescribeProjectRequest

func (mr *MockMobileAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call

DescribeProjectRequest indicates an expected call of DescribeProjectRequest.

func (*MockMobileAPIMockRecorder) DescribeProjectWithContext

func (mr *MockMobileAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProjectWithContext indicates an expected call of DescribeProjectWithContext.

func (*MockMobileAPIMockRecorder) ExportBundle

func (mr *MockMobileAPIMockRecorder) ExportBundle(arg0 interface{}) *gomock.Call

ExportBundle indicates an expected call of ExportBundle.

func (*MockMobileAPIMockRecorder) ExportBundleRequest

func (mr *MockMobileAPIMockRecorder) ExportBundleRequest(arg0 interface{}) *gomock.Call

ExportBundleRequest indicates an expected call of ExportBundleRequest.

func (*MockMobileAPIMockRecorder) ExportBundleWithContext

func (mr *MockMobileAPIMockRecorder) ExportBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportBundleWithContext indicates an expected call of ExportBundleWithContext.

func (*MockMobileAPIMockRecorder) ExportProject

func (mr *MockMobileAPIMockRecorder) ExportProject(arg0 interface{}) *gomock.Call

ExportProject indicates an expected call of ExportProject.

func (*MockMobileAPIMockRecorder) ExportProjectRequest

func (mr *MockMobileAPIMockRecorder) ExportProjectRequest(arg0 interface{}) *gomock.Call

ExportProjectRequest indicates an expected call of ExportProjectRequest.

func (*MockMobileAPIMockRecorder) ExportProjectWithContext

func (mr *MockMobileAPIMockRecorder) ExportProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportProjectWithContext indicates an expected call of ExportProjectWithContext.

func (*MockMobileAPIMockRecorder) ListBundles

func (mr *MockMobileAPIMockRecorder) ListBundles(arg0 interface{}) *gomock.Call

ListBundles indicates an expected call of ListBundles.

func (*MockMobileAPIMockRecorder) ListBundlesPages

func (mr *MockMobileAPIMockRecorder) ListBundlesPages(arg0, arg1 interface{}) *gomock.Call

ListBundlesPages indicates an expected call of ListBundlesPages.

func (*MockMobileAPIMockRecorder) ListBundlesPagesWithContext

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

ListBundlesPagesWithContext indicates an expected call of ListBundlesPagesWithContext.

func (*MockMobileAPIMockRecorder) ListBundlesRequest

func (mr *MockMobileAPIMockRecorder) ListBundlesRequest(arg0 interface{}) *gomock.Call

ListBundlesRequest indicates an expected call of ListBundlesRequest.

func (*MockMobileAPIMockRecorder) ListBundlesWithContext

func (mr *MockMobileAPIMockRecorder) ListBundlesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBundlesWithContext indicates an expected call of ListBundlesWithContext.

func (*MockMobileAPIMockRecorder) ListProjects

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

ListProjects indicates an expected call of ListProjects.

func (*MockMobileAPIMockRecorder) ListProjectsPages

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

ListProjectsPages indicates an expected call of ListProjectsPages.

func (*MockMobileAPIMockRecorder) ListProjectsPagesWithContext

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

ListProjectsPagesWithContext indicates an expected call of ListProjectsPagesWithContext.

func (*MockMobileAPIMockRecorder) ListProjectsRequest

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

ListProjectsRequest indicates an expected call of ListProjectsRequest.

func (*MockMobileAPIMockRecorder) ListProjectsWithContext

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

ListProjectsWithContext indicates an expected call of ListProjectsWithContext.

func (*MockMobileAPIMockRecorder) UpdateProject

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

UpdateProject indicates an expected call of UpdateProject.

func (*MockMobileAPIMockRecorder) UpdateProjectRequest

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

UpdateProjectRequest indicates an expected call of UpdateProjectRequest.

func (*MockMobileAPIMockRecorder) UpdateProjectWithContext

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

UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext.

Jump to

Keyboard shortcuts

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