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

Method EXPECT

pkg/mocks/command_command.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 *Command) EXPECT() *CommandMockRecorder {
43 return m.recorder
44}
45
46// CombinedOutput mocks base method.
47func (m *Command) CombinedOutput() ([]byte, error) {

Implementers 2

Commandpkg/mocks/command_command.go
CommandMockRecorderpkg/mocks/command_command.go

Calls

no outgoing calls