Documentation
¶
Overview ¶
Package printer is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPrinter ¶
type MockPrinter struct {
// contains filtered or unexported fields
}
MockPrinter is a mock of Printer interface.
func NewMockPrinter ¶
func NewMockPrinter(ctrl *gomock.Controller) *MockPrinter
NewMockPrinter creates a new mock instance.
func (*MockPrinter) EXPECT ¶
func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPrinterMockRecorder ¶
type MockPrinterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrinterMockRecorder is the mock recorder for MockPrinter.
func (*MockPrinterMockRecorder) AddRow ¶
func (mr *MockPrinterMockRecorder) AddRow(row interface{}) *gomock.Call
AddRow indicates an expected call of AddRow.
func (*MockPrinterMockRecorder) Flush ¶
func (mr *MockPrinterMockRecorder) Flush() *gomock.Call
Flush indicates an expected call of Flush.
Click to show internal directories.
Click to hide internal directories.