MCPcopy
hub / github.com/stretchr/testify / TheExampleMethod5

Method TheExampleMethod5

mock/mock_test.go:89–92  ·  view source on GitHub ↗
(ch chan struct{})

Source from the content-addressed store, hash-verified

87}
88
89func (i *TestExampleImplementation) TheExampleMethod5(ch chan struct{}) error {
90 args := i.Called(ch)
91 return args.Error(0)
92}
93
94func (i *TestExampleImplementation) TheExampleMethod6(m map[string]bool) error {
95 args := i.Called(m)

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected