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

Method TheExampleMethodMixedVariadic

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected