Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: x/announce/types/expected_keepers.go
Generated by this command:
mockgen -source=x/announce/types/expected_keepers.go -package testutil -destination x/announce/testutil/expected_keepers_mocks.go
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 MockMailboxKeeper ¶
type MockMailboxKeeper struct {
// contains filtered or unexported fields
}
MockMailboxKeeper is a mock of MailboxKeeper interface.
func NewMockMailboxKeeper ¶
func NewMockMailboxKeeper(ctrl *gomock.Controller) *MockMailboxKeeper
NewMockMailboxKeeper creates a new mock instance.
func (*MockMailboxKeeper) EXPECT ¶
func (m *MockMailboxKeeper) EXPECT() *MockMailboxKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMailboxKeeper) GetDomain ¶
func (m *MockMailboxKeeper) GetDomain(arg0 context.Context) uint32
GetDomain mocks base method.
func (*MockMailboxKeeper) GetMailboxAddress ¶
func (m *MockMailboxKeeper) GetMailboxAddress() []byte
GetMailboxAddress mocks base method.
type MockMailboxKeeperMockRecorder ¶
type MockMailboxKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockMailboxKeeperMockRecorder is the mock recorder for MockMailboxKeeper.
func (*MockMailboxKeeperMockRecorder) GetDomain ¶
func (mr *MockMailboxKeeperMockRecorder) GetDomain(arg0 any) *gomock.Call
GetDomain indicates an expected call of GetDomain.
func (*MockMailboxKeeperMockRecorder) GetMailboxAddress ¶
func (mr *MockMailboxKeeperMockRecorder) GetMailboxAddress() *gomock.Call
GetMailboxAddress indicates an expected call of GetMailboxAddress.
Click to show internal directories.
Click to hide internal directories.