MCPcopy
hub / github.com/runfinch/finch / EXPECT

Method EXPECT

pkg/mocks/command_nerdctl_cmd_creator.go:42–44  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

40
41// EXPECT returns an object that allows the caller to indicate expected use.
42func (m *NerdctlCmdCreator) EXPECT() *NerdctlCmdCreatorMockRecorder {
43 return m.recorder
44}
45
46// Create mocks base method.
47func (m *NerdctlCmdCreator) Create(args ...string) command.Command {

Implementers 3

nerdctlCmdCreatorpkg/command/nerdctl_native.go
NerdctlCmdCreatorpkg/mocks/command_nerdctl_cmd_creator.
NerdctlCmdCreatorMockRecorderpkg/mocks/command_nerdctl_cmd_creator.

Calls

no outgoing calls