Documentation
¶
Overview ¶
Package makers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSandwichMakerInterface ¶
type MockSandwichMakerInterface struct {
// contains filtered or unexported fields
}
MockSandwichMakerInterface is a mock of SandwichMakerInterface interface.
func NewMockSandwichMakerInterface ¶
func NewMockSandwichMakerInterface(ctrl *gomock.Controller) *MockSandwichMakerInterface
NewMockSandwichMakerInterface creates a new mock instance.
func (*MockSandwichMakerInterface) EXPECT ¶
func (m *MockSandwichMakerInterface) EXPECT() *MockSandwichMakerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSandwichMakerInterface) Make ¶
func (m *MockSandwichMakerInterface) Make(arg0 string) string
Make mocks base method.
type MockSandwichMakerInterfaceMockRecorder ¶
type MockSandwichMakerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSandwichMakerInterfaceMockRecorder is the mock recorder for MockSandwichMakerInterface.
type SandwichMaker ¶
type SandwichMaker struct{}
func (*SandwichMaker) Make ¶
func (sm *SandwichMaker) Make(filling string) string
type SandwichMakerInterface ¶
Click to show internal directories.
Click to hide internal directories.