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

Method TheExampleMethod6

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

CalledMethod · 0.80
ErrorMethod · 0.45

Tested by

no test coverage detected