simspaceweavermock

package
v1.45.20 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package simspaceweavermock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSimSpaceWeaverAPI

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

MockSimSpaceWeaverAPI is a mock of SimSpaceWeaverAPI interface

func NewMockSimSpaceWeaverAPI

func NewMockSimSpaceWeaverAPI(ctrl *gomock.Controller) *MockSimSpaceWeaverAPI

NewMockSimSpaceWeaverAPI creates a new mock instance

func (*MockSimSpaceWeaverAPI) CreateSnapshot added in v1.44.253

CreateSnapshot mocks base method

func (*MockSimSpaceWeaverAPI) CreateSnapshotRequest added in v1.44.253

CreateSnapshotRequest mocks base method

func (*MockSimSpaceWeaverAPI) CreateSnapshotWithContext added in v1.44.253

CreateSnapshotWithContext mocks base method

func (*MockSimSpaceWeaverAPI) DeleteApp

DeleteApp mocks base method

func (*MockSimSpaceWeaverAPI) DeleteAppRequest

DeleteAppRequest mocks base method

func (*MockSimSpaceWeaverAPI) DeleteAppWithContext

DeleteAppWithContext mocks base method

func (*MockSimSpaceWeaverAPI) DeleteSimulation

DeleteSimulation mocks base method

func (*MockSimSpaceWeaverAPI) DeleteSimulationRequest

DeleteSimulationRequest mocks base method

func (*MockSimSpaceWeaverAPI) DeleteSimulationWithContext

DeleteSimulationWithContext mocks base method

func (*MockSimSpaceWeaverAPI) DescribeApp

DescribeApp mocks base method

func (*MockSimSpaceWeaverAPI) DescribeAppRequest

DescribeAppRequest mocks base method

func (*MockSimSpaceWeaverAPI) DescribeAppWithContext

DescribeAppWithContext mocks base method

func (*MockSimSpaceWeaverAPI) DescribeSimulation

DescribeSimulation mocks base method

func (*MockSimSpaceWeaverAPI) DescribeSimulationRequest

DescribeSimulationRequest mocks base method

func (*MockSimSpaceWeaverAPI) DescribeSimulationWithContext

DescribeSimulationWithContext mocks base method

func (*MockSimSpaceWeaverAPI) EXPECT

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

func (*MockSimSpaceWeaverAPI) ListApps

ListApps mocks base method

func (*MockSimSpaceWeaverAPI) ListAppsPages

ListAppsPages mocks base method

func (*MockSimSpaceWeaverAPI) ListAppsPagesWithContext

func (m *MockSimSpaceWeaverAPI) ListAppsPagesWithContext(arg0 context.Context, arg1 *simspaceweaver.ListAppsInput, arg2 func(*simspaceweaver.ListAppsOutput, bool) bool, arg3 ...request.Option) error

ListAppsPagesWithContext mocks base method

func (*MockSimSpaceWeaverAPI) ListAppsRequest

ListAppsRequest mocks base method

func (*MockSimSpaceWeaverAPI) ListAppsWithContext

ListAppsWithContext mocks base method

func (*MockSimSpaceWeaverAPI) ListSimulations

ListSimulations mocks base method

func (*MockSimSpaceWeaverAPI) ListSimulationsPages

ListSimulationsPages mocks base method

func (*MockSimSpaceWeaverAPI) ListSimulationsPagesWithContext

func (m *MockSimSpaceWeaverAPI) ListSimulationsPagesWithContext(arg0 context.Context, arg1 *simspaceweaver.ListSimulationsInput, arg2 func(*simspaceweaver.ListSimulationsOutput, bool) bool, arg3 ...request.Option) error

ListSimulationsPagesWithContext mocks base method

func (*MockSimSpaceWeaverAPI) ListSimulationsRequest

ListSimulationsRequest mocks base method

func (*MockSimSpaceWeaverAPI) ListSimulationsWithContext

ListSimulationsWithContext mocks base method

func (*MockSimSpaceWeaverAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockSimSpaceWeaverAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockSimSpaceWeaverAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StartApp

StartApp mocks base method

func (*MockSimSpaceWeaverAPI) StartAppRequest

StartAppRequest mocks base method

func (*MockSimSpaceWeaverAPI) StartAppWithContext

StartAppWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StartClock

StartClock mocks base method

func (*MockSimSpaceWeaverAPI) StartClockRequest

StartClockRequest mocks base method

func (*MockSimSpaceWeaverAPI) StartClockWithContext

StartClockWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StartSimulation

StartSimulation mocks base method

func (*MockSimSpaceWeaverAPI) StartSimulationRequest

StartSimulationRequest mocks base method

func (*MockSimSpaceWeaverAPI) StartSimulationWithContext

StartSimulationWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StopApp

StopApp mocks base method

func (*MockSimSpaceWeaverAPI) StopAppRequest

StopAppRequest mocks base method

func (*MockSimSpaceWeaverAPI) StopAppWithContext

StopAppWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StopClock

StopClock mocks base method

func (*MockSimSpaceWeaverAPI) StopClockRequest

StopClockRequest mocks base method

func (*MockSimSpaceWeaverAPI) StopClockWithContext

StopClockWithContext mocks base method

func (*MockSimSpaceWeaverAPI) StopSimulation

StopSimulation mocks base method

func (*MockSimSpaceWeaverAPI) StopSimulationRequest

StopSimulationRequest mocks base method

func (*MockSimSpaceWeaverAPI) StopSimulationWithContext

StopSimulationWithContext mocks base method

func (*MockSimSpaceWeaverAPI) TagResource

TagResource mocks base method

func (*MockSimSpaceWeaverAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockSimSpaceWeaverAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockSimSpaceWeaverAPI) UntagResource

UntagResource mocks base method

func (*MockSimSpaceWeaverAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockSimSpaceWeaverAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

type MockSimSpaceWeaverAPIMockRecorder

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

MockSimSpaceWeaverAPIMockRecorder is the mock recorder for MockSimSpaceWeaverAPI

func (*MockSimSpaceWeaverAPIMockRecorder) CreateSnapshot added in v1.44.253

func (mr *MockSimSpaceWeaverAPIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockSimSpaceWeaverAPIMockRecorder) CreateSnapshotRequest added in v1.44.253

func (mr *MockSimSpaceWeaverAPIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockSimSpaceWeaverAPIMockRecorder) CreateSnapshotWithContext added in v1.44.253

func (mr *MockSimSpaceWeaverAPIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteApp

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteApp(arg0 interface{}) *gomock.Call

DeleteApp indicates an expected call of DeleteApp

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteAppRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteAppRequest(arg0 interface{}) *gomock.Call

DeleteAppRequest indicates an expected call of DeleteAppRequest

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteAppWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAppWithContext indicates an expected call of DeleteAppWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteSimulation

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteSimulation(arg0 interface{}) *gomock.Call

DeleteSimulation indicates an expected call of DeleteSimulation

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteSimulationRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteSimulationRequest(arg0 interface{}) *gomock.Call

DeleteSimulationRequest indicates an expected call of DeleteSimulationRequest

func (*MockSimSpaceWeaverAPIMockRecorder) DeleteSimulationWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) DeleteSimulationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSimulationWithContext indicates an expected call of DeleteSimulationWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeApp

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeApp(arg0 interface{}) *gomock.Call

DescribeApp indicates an expected call of DescribeApp

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeAppRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeAppRequest(arg0 interface{}) *gomock.Call

DescribeAppRequest indicates an expected call of DescribeAppRequest

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeAppWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAppWithContext indicates an expected call of DescribeAppWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeSimulation

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeSimulation(arg0 interface{}) *gomock.Call

DescribeSimulation indicates an expected call of DescribeSimulation

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeSimulationRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeSimulationRequest(arg0 interface{}) *gomock.Call

DescribeSimulationRequest indicates an expected call of DescribeSimulationRequest

func (*MockSimSpaceWeaverAPIMockRecorder) DescribeSimulationWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) DescribeSimulationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSimulationWithContext indicates an expected call of DescribeSimulationWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) ListApps

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListApps(arg0 interface{}) *gomock.Call

ListApps indicates an expected call of ListApps

func (*MockSimSpaceWeaverAPIMockRecorder) ListAppsPages

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListAppsPages(arg0, arg1 interface{}) *gomock.Call

ListAppsPages indicates an expected call of ListAppsPages

func (*MockSimSpaceWeaverAPIMockRecorder) ListAppsPagesWithContext

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

ListAppsPagesWithContext indicates an expected call of ListAppsPagesWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) ListAppsRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListAppsRequest(arg0 interface{}) *gomock.Call

ListAppsRequest indicates an expected call of ListAppsRequest

func (*MockSimSpaceWeaverAPIMockRecorder) ListAppsWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListAppsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAppsWithContext indicates an expected call of ListAppsWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) ListSimulations

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListSimulations(arg0 interface{}) *gomock.Call

ListSimulations indicates an expected call of ListSimulations

func (*MockSimSpaceWeaverAPIMockRecorder) ListSimulationsPages

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListSimulationsPages(arg0, arg1 interface{}) *gomock.Call

ListSimulationsPages indicates an expected call of ListSimulationsPages

func (*MockSimSpaceWeaverAPIMockRecorder) ListSimulationsPagesWithContext

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

ListSimulationsPagesWithContext indicates an expected call of ListSimulationsPagesWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) ListSimulationsRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListSimulationsRequest(arg0 interface{}) *gomock.Call

ListSimulationsRequest indicates an expected call of ListSimulationsRequest

func (*MockSimSpaceWeaverAPIMockRecorder) ListSimulationsWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) ListSimulationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSimulationsWithContext indicates an expected call of ListSimulationsWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockSimSpaceWeaverAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockSimSpaceWeaverAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StartApp

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartApp(arg0 interface{}) *gomock.Call

StartApp indicates an expected call of StartApp

func (*MockSimSpaceWeaverAPIMockRecorder) StartAppRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartAppRequest(arg0 interface{}) *gomock.Call

StartAppRequest indicates an expected call of StartAppRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StartAppWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartAppWithContext indicates an expected call of StartAppWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StartClock

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartClock(arg0 interface{}) *gomock.Call

StartClock indicates an expected call of StartClock

func (*MockSimSpaceWeaverAPIMockRecorder) StartClockRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartClockRequest(arg0 interface{}) *gomock.Call

StartClockRequest indicates an expected call of StartClockRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StartClockWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartClockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartClockWithContext indicates an expected call of StartClockWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StartSimulation

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartSimulation(arg0 interface{}) *gomock.Call

StartSimulation indicates an expected call of StartSimulation

func (*MockSimSpaceWeaverAPIMockRecorder) StartSimulationRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartSimulationRequest(arg0 interface{}) *gomock.Call

StartSimulationRequest indicates an expected call of StartSimulationRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StartSimulationWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StartSimulationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSimulationWithContext indicates an expected call of StartSimulationWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StopApp

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopApp(arg0 interface{}) *gomock.Call

StopApp indicates an expected call of StopApp

func (*MockSimSpaceWeaverAPIMockRecorder) StopAppRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopAppRequest(arg0 interface{}) *gomock.Call

StopAppRequest indicates an expected call of StopAppRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StopAppWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopAppWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopAppWithContext indicates an expected call of StopAppWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StopClock

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopClock(arg0 interface{}) *gomock.Call

StopClock indicates an expected call of StopClock

func (*MockSimSpaceWeaverAPIMockRecorder) StopClockRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopClockRequest(arg0 interface{}) *gomock.Call

StopClockRequest indicates an expected call of StopClockRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StopClockWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopClockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopClockWithContext indicates an expected call of StopClockWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) StopSimulation

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopSimulation(arg0 interface{}) *gomock.Call

StopSimulation indicates an expected call of StopSimulation

func (*MockSimSpaceWeaverAPIMockRecorder) StopSimulationRequest

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopSimulationRequest(arg0 interface{}) *gomock.Call

StopSimulationRequest indicates an expected call of StopSimulationRequest

func (*MockSimSpaceWeaverAPIMockRecorder) StopSimulationWithContext

func (mr *MockSimSpaceWeaverAPIMockRecorder) StopSimulationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopSimulationWithContext indicates an expected call of StopSimulationWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockSimSpaceWeaverAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockSimSpaceWeaverAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockSimSpaceWeaverAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockSimSpaceWeaverAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockSimSpaceWeaverAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

Jump to

Keyboard shortcuts

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