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

Method TheExampleMethod3

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

Source from the content-addressed store, hash-verified

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

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected