Documentation
¶
Overview ¶
Package test_pulse is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPreparer ¶
type MockPreparer struct {
// contains filtered or unexported fields
}
MockPreparer is a mock of Preparer interface.
func NewMockPreparer ¶
func NewMockPreparer(ctrl *gomock.Controller) *MockPreparer
NewMockPreparer creates a new mock instance.
func (*MockPreparer) EXPECT ¶
func (m *MockPreparer) EXPECT() *MockPreparerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPreparerMockRecorder ¶
type MockPreparerMockRecorder struct {
// contains filtered or unexported fields
}
MockPreparerMockRecorder is the mock recorder for MockPreparer.
func (*MockPreparerMockRecorder) Prepare ¶
func (mr *MockPreparerMockRecorder) Prepare(arg0 interface{}) *gomock.Call
Prepare indicates an expected call of Prepare.
type MockRoutingTable ¶
type MockRoutingTable struct {
// contains filtered or unexported fields
}
MockRoutingTable is a mock of RoutingTable interface.
func NewMockRoutingTable ¶
func NewMockRoutingTable(ctrl *gomock.Controller) *MockRoutingTable
NewMockRoutingTable creates a new mock instance.
func (*MockRoutingTable) EXPECT ¶
func (m *MockRoutingTable) EXPECT() *MockRoutingTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRoutingTableMockRecorder ¶
type MockRoutingTableMockRecorder struct {
// contains filtered or unexported fields
}
MockRoutingTableMockRecorder is the mock recorder for MockRoutingTable.
func (*MockRoutingTableMockRecorder) Upsert ¶
func (mr *MockRoutingTableMockRecorder) Upsert(arg0 interface{}) *gomock.Call
Upsert indicates an expected call of Upsert.
Click to show internal directories.
Click to hide internal directories.