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 AttestKeeper ¶
type AttestKeeper interface { types.AttestKeeper }
type MockAttestKeeper ¶
type MockAttestKeeper struct {
// contains filtered or unexported fields
}
MockAttestKeeper is a mock of AttestKeeper interface.
func NewMockAttestKeeper ¶
func NewMockAttestKeeper(ctrl *gomock.Controller) *MockAttestKeeper
NewMockAttestKeeper creates a new mock instance.
func (*MockAttestKeeper) EXPECT ¶
func (m *MockAttestKeeper) EXPECT() *MockAttestKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAttestKeeper) ListAttestationsFrom ¶
func (m *MockAttestKeeper) ListAttestationsFrom(ctx context.Context, chainID, height, max uint64) ([]*types1.Attestation, error)
ListAttestationsFrom mocks base method.
type MockAttestKeeperMockRecorder ¶
type MockAttestKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockAttestKeeperMockRecorder is the mock recorder for MockAttestKeeper.
func (*MockAttestKeeperMockRecorder) ListAttestationsFrom ¶
func (mr *MockAttestKeeperMockRecorder) ListAttestationsFrom(ctx, chainID, height, max any) *gomock.Call
ListAttestationsFrom indicates an expected call of ListAttestationsFrom.
type MockStakingKeeper ¶
type MockStakingKeeper struct {
// contains filtered or unexported fields
}
MockStakingKeeper is a mock of StakingKeeper interface.
func NewMockStakingKeeper ¶
func NewMockStakingKeeper(ctrl *gomock.Controller) *MockStakingKeeper
NewMockStakingKeeper creates a new mock instance.
func (*MockStakingKeeper) EXPECT ¶
func (m *MockStakingKeeper) EXPECT() *MockStakingKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStakingKeeper) EndBlocker ¶
func (m *MockStakingKeeper) EndBlocker(ctx context.Context) ([]types.ValidatorUpdate, error)
EndBlocker mocks base method.
func (*MockStakingKeeper) GetLastValidators ¶
GetLastValidators mocks base method.
type MockStakingKeeperMockRecorder ¶
type MockStakingKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockStakingKeeperMockRecorder is the mock recorder for MockStakingKeeper.
func (*MockStakingKeeperMockRecorder) EndBlocker ¶
func (mr *MockStakingKeeperMockRecorder) EndBlocker(ctx any) *gomock.Call
EndBlocker indicates an expected call of EndBlocker.
func (*MockStakingKeeperMockRecorder) GetLastValidators ¶
func (mr *MockStakingKeeperMockRecorder) GetLastValidators(ctx any) *gomock.Call
GetLastValidators indicates an expected call of GetLastValidators.
type StakingKeeper ¶
type StakingKeeper interface { types.StakingKeeper }