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 MockFoundationKeeper ¶
type MockFoundationKeeper struct {
// contains filtered or unexported fields
}
MockFoundationKeeper is a mock of FoundationKeeper interface.
func NewMockFoundationKeeper ¶
func NewMockFoundationKeeper(ctrl *gomock.Controller) *MockFoundationKeeper
NewMockFoundationKeeper creates a new mock instance.
func (*MockFoundationKeeper) Accept ¶
func (m *MockFoundationKeeper) Accept(ctx types.Context, grantee types.AccAddress, msg types.Msg) error
Accept mocks base method.
func (*MockFoundationKeeper) EXPECT ¶
func (m *MockFoundationKeeper) EXPECT() *MockFoundationKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockFoundationKeeperMockRecorder ¶
type MockFoundationKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockFoundationKeeperMockRecorder is the mock recorder for MockFoundationKeeper.
func (*MockFoundationKeeperMockRecorder) Accept ¶
func (mr *MockFoundationKeeperMockRecorder) Accept(ctx, grantee, msg interface{}) *gomock.Call
Accept indicates an expected call of Accept.
Click to show internal directories.
Click to hide internal directories.