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

Method TheExampleMethod2

mock/mock_test.go:71–73  ·  view source on GitHub ↗

go:noinline

(yesorno bool)

Source from the content-addressed store, hash-verified

69
70//go:noinline
71func (i *TestExampleImplementation) TheExampleMethod2(yesorno bool) {
72 i.Called(yesorno)
73}
74
75type ExampleType struct {
76 ran bool

Calls 1

CalledMethod · 0.80

Tested by

no test coverage detected