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

Method TheExampleMethod4

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected