Documentation ¶
Overview ¶
Package testutil is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSupplyKeeper ¶
type MockSupplyKeeper struct {
// contains filtered or unexported fields
}
MockSupplyKeeper is a mock of SupplyKeeper interface.
func NewMockSupplyKeeper ¶
func NewMockSupplyKeeper(ctrl *gomock.Controller) *MockSupplyKeeper
NewMockSupplyKeeper creates a new mock instance.
func (*MockSupplyKeeper) EXPECT ¶
func (m *MockSupplyKeeper) EXPECT() *MockSupplyKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSupplyKeeper) SendCoinsFromAccountToModule ¶
func (m *MockSupplyKeeper) SendCoinsFromAccountToModule(ctx context.Context, senderAddr types.AccAddress, recipientModule string, amt types.Coins) error
SendCoinsFromAccountToModule mocks base method.
type MockSupplyKeeperMockRecorder ¶
type MockSupplyKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockSupplyKeeperMockRecorder is the mock recorder for MockSupplyKeeper.
func (*MockSupplyKeeperMockRecorder) SendCoinsFromAccountToModule ¶
func (mr *MockSupplyKeeperMockRecorder) SendCoinsFromAccountToModule(ctx, senderAddr, recipientModule, amt interface{}) *gomock.Call
SendCoinsFromAccountToModule indicates an expected call of SendCoinsFromAccountToModule.
Click to show internal directories.
Click to hide internal directories.