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

Method TheExampleMethod2

mock/mock_test.go:70–72  ·  view source on GitHub ↗

go:noinline

(yesorno bool)

Source from the content-addressed store, hash-verified

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

Calls 1

CalledMethod · 0.80

Tested by

no test coverage detected