Documentation ¶
Overview ¶
Package mock_delegate is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPool ¶
type MockPool struct {
// contains filtered or unexported fields
}
MockPool is a mock of Pool interface
func NewMockPool ¶
func NewMockPool(ctrl *gomock.Controller) *MockPool
NewMockPool creates a new mock instance
func (*MockPool) AllDelegates ¶
AllDelegates mocks base method
func (*MockPool) AnotherDelegate ¶
AnotherDelegate mocks base method
func (*MockPool) EXPECT ¶
func (m *MockPool) EXPECT() *MockPoolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPool) NumDelegatesPerEpoch ¶
NumDelegatesPerEpoch mocks base method
type MockPoolMockRecorder ¶
type MockPoolMockRecorder struct {
// contains filtered or unexported fields
}
MockPoolMockRecorder is the mock recorder for MockPool
func (*MockPoolMockRecorder) AllDelegates ¶
func (mr *MockPoolMockRecorder) AllDelegates() *gomock.Call
AllDelegates indicates an expected call of AllDelegates
func (*MockPoolMockRecorder) AnotherDelegate ¶
func (mr *MockPoolMockRecorder) AnotherDelegate(self interface{}) *gomock.Call
AnotherDelegate indicates an expected call of AnotherDelegate
func (*MockPoolMockRecorder) NumDelegatesPerEpoch ¶
func (mr *MockPoolMockRecorder) NumDelegatesPerEpoch() *gomock.Call
NumDelegatesPerEpoch indicates an expected call of NumDelegatesPerEpoch
func (*MockPoolMockRecorder) RollDelegates ¶
func (mr *MockPoolMockRecorder) RollDelegates(arg0 interface{}) *gomock.Call
RollDelegates indicates an expected call of RollDelegates
Click to show internal directories.
Click to hide internal directories.