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 MockAccountKeeper ¶
type MockAccountKeeper struct {
// contains filtered or unexported fields
}
MockAccountKeeper is a mock of AccountKeeper interface.
func NewMockAccountKeeper ¶
func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper
NewMockAccountKeeper creates a new mock instance.
func (*MockAccountKeeper) EXPECT ¶
func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountKeeper) GetModuleAddress ¶
func (m *MockAccountKeeper) GetModuleAddress(moduleName string) types0.AccAddress
GetModuleAddress mocks base method.
type MockAccountKeeperMockRecorder ¶
type MockAccountKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.
func (*MockAccountKeeperMockRecorder) GetModuleAddress ¶
func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(moduleName interface{}) *gomock.Call
GetModuleAddress indicates an expected call of GetModuleAddress.
type MockWasmMsgServer ¶
type MockWasmMsgServer struct {
// contains filtered or unexported fields
}
MockWasmMsgServer is a mock of WasmMsgServer interface.
func NewMockWasmMsgServer ¶
func NewMockWasmMsgServer(ctrl *gomock.Controller) *MockWasmMsgServer
NewMockWasmMsgServer creates a new mock instance.
func (*MockWasmMsgServer) EXPECT ¶
func (m *MockWasmMsgServer) EXPECT() *MockWasmMsgServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmMsgServer) ExecuteContract ¶
func (m *MockWasmMsgServer) ExecuteContract(arg0 context.Context, arg1 *types.MsgExecuteContract) (*types.MsgExecuteContractResponse, error)
ExecuteContract mocks base method.
type MockWasmMsgServerMockRecorder ¶
type MockWasmMsgServerMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmMsgServerMockRecorder is the mock recorder for MockWasmMsgServer.
func (*MockWasmMsgServerMockRecorder) ExecuteContract ¶
func (mr *MockWasmMsgServerMockRecorder) ExecuteContract(arg0, arg1 interface{}) *gomock.Call
ExecuteContract indicates an expected call of ExecuteContract.