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

Method TheExampleMethod3

mock/mock_test.go:79–82  ·  view source on GitHub ↗
(et *ExampleType)

Source from the content-addressed store, hash-verified

77}
78
79func (i *TestExampleImplementation) TheExampleMethod3(et *ExampleType) error {
80 args := i.Called(et)
81 return args.Error(0)
82}
83
84func (i *TestExampleImplementation) TheExampleMethod4(v ExampleInterface) error {
85 args := i.Called(v)

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected