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

Method EXPECT

pkg/mocks/pkg_dependency_dependency.go:41–43  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

39
40// EXPECT returns an object that allows the caller to indicate expected use.
41func (m *Dependency) EXPECT() *DependencyMockRecorder {
42 return m.recorder
43}
44
45// Install mocks base method.
46func (m *Dependency) Install() error {

Calls

no outgoing calls