mock_types

package
v2.0.4 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockContractManagerKeeper

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

MockContractManagerKeeper is a mock of ContractManagerKeeper interface.

func NewMockContractManagerKeeper

func NewMockContractManagerKeeper(ctrl *gomock.Controller) *MockContractManagerKeeper

NewMockContractManagerKeeper creates a new mock instance.

func (*MockContractManagerKeeper) AddContractFailure

func (m *MockContractManagerKeeper) AddContractFailure(ctx types0.Context, address string, sudoPayload []byte, errMsg string) types1.Failure

AddContractFailure mocks base method.

func (*MockContractManagerKeeper) EXPECT

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

func (*MockContractManagerKeeper) GetParams

GetParams mocks base method.

type MockContractManagerKeeperMockRecorder

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

MockContractManagerKeeperMockRecorder is the mock recorder for MockContractManagerKeeper.

func (*MockContractManagerKeeperMockRecorder) AddContractFailure

func (mr *MockContractManagerKeeperMockRecorder) AddContractFailure(ctx, address, sudoPayload, errMsg interface{}) *gomock.Call

AddContractFailure indicates an expected call of AddContractFailure.

func (*MockContractManagerKeeperMockRecorder) GetParams

func (mr *MockContractManagerKeeperMockRecorder) GetParams(ctx interface{}) *gomock.Call

GetParams indicates an expected call of GetParams.

type MockWasmKeeper

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

MockWasmKeeper is a mock of WasmKeeper interface.

func NewMockWasmKeeper

func NewMockWasmKeeper(ctrl *gomock.Controller) *MockWasmKeeper

NewMockWasmKeeper creates a new mock instance.

func (*MockWasmKeeper) EXPECT

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

func (*MockWasmKeeper) GetContractInfo

func (m *MockWasmKeeper) GetContractInfo(ctx types0.Context, contractAddress types0.AccAddress) *types.ContractInfo

GetContractInfo mocks base method.

func (*MockWasmKeeper) HasContractInfo

func (m *MockWasmKeeper) HasContractInfo(ctx types0.Context, contractAddress types0.AccAddress) bool

HasContractInfo mocks base method.

func (*MockWasmKeeper) Sudo

func (m *MockWasmKeeper) Sudo(ctx types0.Context, contractAddress types0.AccAddress, msg []byte) ([]byte, error)

Sudo mocks base method.

type MockWasmKeeperMockRecorder

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

MockWasmKeeperMockRecorder is the mock recorder for MockWasmKeeper.

func (*MockWasmKeeperMockRecorder) GetContractInfo

func (mr *MockWasmKeeperMockRecorder) GetContractInfo(ctx, contractAddress interface{}) *gomock.Call

GetContractInfo indicates an expected call of GetContractInfo.

func (*MockWasmKeeperMockRecorder) HasContractInfo

func (mr *MockWasmKeeperMockRecorder) HasContractInfo(ctx, contractAddress interface{}) *gomock.Call

HasContractInfo indicates an expected call of HasContractInfo.

func (*MockWasmKeeperMockRecorder) Sudo

func (mr *MockWasmKeeperMockRecorder) Sudo(ctx, contractAddress, msg interface{}) *gomock.Call

Sudo indicates an expected call of Sudo.

Jump to

Keyboard shortcuts

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