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

Method TheExampleMethod6

mock/mock_test.go:94–97  ·  view source on GitHub ↗
(m map[string]bool)

Source from the content-addressed store, hash-verified

92}
93
94func (i *TestExampleImplementation) TheExampleMethod6(m map[string]bool) error {
95 args := i.Called(m)
96 return args.Error(0)
97}
98
99func (i *TestExampleImplementation) TheExampleMethod7(slice []bool) error {
100 args := i.Called(slice)

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected