mocks

package
v1.3.2 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCapabilityKeeper

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

MockCapabilityKeeper is a mock of CapabilityKeeper interface.

func NewMockCapabilityKeeper

func NewMockCapabilityKeeper(ctrl *gomock.Controller) *MockCapabilityKeeper

NewMockCapabilityKeeper creates a new mock instance.

func (*MockCapabilityKeeper) ClaimCapability

func (m *MockCapabilityKeeper) ClaimCapability(ctx types.Context, cap *types0.Capability, name string) error

ClaimCapability mocks base method.

func (*MockCapabilityKeeper) EXPECT

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

func (*MockCapabilityKeeper) GetCapability

func (m *MockCapabilityKeeper) GetCapability(ctx types.Context, name string) (*types0.Capability, bool)

GetCapability mocks base method.

type MockCapabilityKeeperMockRecorder

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

MockCapabilityKeeperMockRecorder is the mock recorder for MockCapabilityKeeper.

func (*MockCapabilityKeeperMockRecorder) ClaimCapability

func (mr *MockCapabilityKeeperMockRecorder) ClaimCapability(ctx, cap, name interface{}) *gomock.Call

ClaimCapability indicates an expected call of ClaimCapability.

func (*MockCapabilityKeeperMockRecorder) GetCapability

func (mr *MockCapabilityKeeperMockRecorder) GetCapability(ctx, name interface{}) *gomock.Call

GetCapability indicates an expected call of GetCapability.

type MockICAControllerKeeper

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

MockICAControllerKeeper is a mock of ICAControllerKeeper interface.

func NewMockICAControllerKeeper

func NewMockICAControllerKeeper(ctrl *gomock.Controller) *MockICAControllerKeeper

NewMockICAControllerKeeper creates a new mock instance.

func (*MockICAControllerKeeper) EXPECT

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

func (*MockICAControllerKeeper) GetActiveChannelID

func (m *MockICAControllerKeeper) GetActiveChannelID(ctx types.Context, connectionID, portID string) (string, bool)

GetActiveChannelID mocks base method.

func (*MockICAControllerKeeper) GetInterchainAccountAddress

func (m *MockICAControllerKeeper) GetInterchainAccountAddress(ctx types.Context, connectionID, portID string) (string, bool)

GetInterchainAccountAddress mocks base method.

func (*MockICAControllerKeeper) RegisterInterchainAccount

func (m *MockICAControllerKeeper) RegisterInterchainAccount(ctx types.Context, connectionID, owner, version string) error

RegisterInterchainAccount mocks base method.

func (*MockICAControllerKeeper) SendTx

func (m *MockICAControllerKeeper) SendTx(ctx types.Context, chanCap *types0.Capability, connectionID, portID string, icaPacketData types1.InterchainAccountPacketData, timeoutTimestamp uint64) (uint64, error)

SendTx mocks base method.

type MockICAControllerKeeperMockRecorder

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

MockICAControllerKeeperMockRecorder is the mock recorder for MockICAControllerKeeper.

func (*MockICAControllerKeeperMockRecorder) GetActiveChannelID

func (mr *MockICAControllerKeeperMockRecorder) GetActiveChannelID(ctx, connectionID, portID interface{}) *gomock.Call

GetActiveChannelID indicates an expected call of GetActiveChannelID.

func (*MockICAControllerKeeperMockRecorder) GetInterchainAccountAddress

func (mr *MockICAControllerKeeperMockRecorder) GetInterchainAccountAddress(ctx, connectionID, portID interface{}) *gomock.Call

GetInterchainAccountAddress indicates an expected call of GetInterchainAccountAddress.

func (*MockICAControllerKeeperMockRecorder) RegisterInterchainAccount

func (mr *MockICAControllerKeeperMockRecorder) RegisterInterchainAccount(ctx, connectionID, owner, version interface{}) *gomock.Call

RegisterInterchainAccount indicates an expected call of RegisterInterchainAccount.

func (*MockICAControllerKeeperMockRecorder) SendTx

func (mr *MockICAControllerKeeperMockRecorder) SendTx(ctx, chanCap, connectionID, portID, icaPacketData, timeoutTimestamp interface{}) *gomock.Call

SendTx indicates an expected call of SendTx.

Jump to

Keyboard shortcuts

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