makers

package
v0.0.0-...-bfe8299 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSandwichMakerInterface) Make

Make mocks base method.

type MockSandwichMakerInterfaceMockRecorder

type MockSandwichMakerInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockSandwichMakerInterfaceMockRecorder is the mock recorder for MockSandwichMakerInterface.

func (*MockSandwichMakerInterfaceMockRecorder) Make

Make indicates an expected call of Make.

type SandwichMaker

type SandwichMaker struct{}

func (*SandwichMaker) Make

func (sm *SandwichMaker) Make(filling string) string

type SandwichMakerInterface

type SandwichMakerInterface interface {
	Make(string) string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL