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

Method EXPECT

pkg/mocks/logger.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 *Logger) EXPECT() *LoggerMockRecorder {
43 return m.recorder
44}
45
46// Debugf mocks base method.
47func (m *Logger) Debugf(format string, args ...any) {

Calls

no outgoing calls