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

Method TheExampleMethod4

mock/mock_test.go:83–86  ·  view source on GitHub ↗
(v ExampleInterface)

Source from the content-addressed store, hash-verified

81}
82
83func (i *TestExampleImplementation) TheExampleMethod4(v ExampleInterface) error {
84 args := i.Called(v)
85 return args.Error(0)
86}
87
88func (i *TestExampleImplementation) TheExampleMethod5(ch chan struct{}) error {
89 args := i.Called(ch)

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected