Documentation ¶
Overview ¶
Package mock_types is a generated GoMock package.
Index ¶
- type MockContractManagerKeeper
- func (m *MockContractManagerKeeper) AddContractFailure(ctx types0.Context, address string, sudoPayload []byte, errMsg string) types1.Failure
- func (m *MockContractManagerKeeper) EXPECT() *MockContractManagerKeeperMockRecorder
- func (m *MockContractManagerKeeper) GetParams(ctx types0.Context) types1.Params
- type MockContractManagerKeeperMockRecorder
- type MockWasmKeeper
- func (m *MockWasmKeeper) EXPECT() *MockWasmKeeperMockRecorder
- func (m *MockWasmKeeper) GetContractInfo(ctx types0.Context, contractAddress types0.AccAddress) *types.ContractInfo
- func (m *MockWasmKeeper) HasContractInfo(ctx types0.Context, contractAddress types0.AccAddress) bool
- func (m *MockWasmKeeper) Sudo(ctx types0.Context, contractAddress types0.AccAddress, msg []byte) ([]byte, error)
- type MockWasmKeeperMockRecorder
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 ¶
func (m *MockContractManagerKeeper) EXPECT() *MockContractManagerKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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 ¶
func (m *MockWasmKeeper) EXPECT() *MockWasmKeeperMockRecorder
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.