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

Method TheExampleMethodMixedVariadic

mock/mock_test.go:119–122  ·  view source on GitHub ↗
(a int, b ...int)

Source from the content-addressed store, hash-verified

117}
118
119func (i *TestExampleImplementation) TheExampleMethodMixedVariadic(a int, b ...int) error {
120 args := i.Called(a, b)
121 return args.Error(0)
122}
123
124type ExampleFuncType func(string) error
125

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected