Documentation ¶
Overview ¶
Package mock_parser is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUKSHParserI ¶
type MockUKSHParserI struct {
// contains filtered or unexported fields
}
MockUKSHParserI is a mock of UKSHParserI interface
func NewMockUKSHParserI ¶
func NewMockUKSHParserI(ctrl *gomock.Controller) *MockUKSHParserI
NewMockUKSHParserI creates a new mock instance
func (*MockUKSHParserI) EXPECT ¶
func (m *MockUKSHParserI) EXPECT() *MockUKSHParserIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockUKSHParserI) PDFToDishes ¶
func (m *MockUKSHParserI) PDFToDishes(pdf []byte) ([]*parser.Dish, error)
PDFToDishes mocks base method
type MockUKSHParserIMockRecorder ¶
type MockUKSHParserIMockRecorder struct {
// contains filtered or unexported fields
}
MockUKSHParserIMockRecorder is the mock recorder for MockUKSHParserI
func (*MockUKSHParserIMockRecorder) PDFToDishes ¶
func (mr *MockUKSHParserIMockRecorder) PDFToDishes(pdf interface{}) *gomock.Call
PDFToDishes indicates an expected call of PDFToDishes
Click to show internal directories.
Click to hide internal directories.