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

Method EXPECT

pkg/mocks/command_command_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 *CommandCreator) EXPECT() *CommandCreatorMockRecorder {
43 return m.recorder
44}
45
46// Create mocks base method.
47func (m *CommandCreator) Create(name string, args ...string) command.Command {

Calls

no outgoing calls