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

Method TheExampleMethod7

mock/mock_test.go:99–102  ·  view source on GitHub ↗
(slice []bool)

Source from the content-addressed store, hash-verified

97}
98
99func (i *TestExampleImplementation) TheExampleMethod7(slice []bool) error {
100 args := i.Called(slice)
101 return args.Error(0)
102}
103
104func (i *TestExampleImplementation) TheExampleMethodFunc(fn func(string) error) error {
105 args := i.Called(fn)

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected