MCPcopy Create free account
hub / github.com/stretchr/testify / TheExampleMethod5

Method TheExampleMethod5

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected