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

Struct TestExampleImplementation

mock/mock_test.go:27–29  ·  mock/mock_test.go::TestExampleImplementation

TestExampleImplementation is a test implementation of ExampleInterface

Source from the content-addressed store, hash-verified

25
26// TestExampleImplementation is a test implementation of ExampleInterface
27type TestExampleImplementation struct {
28 Mock
29}
30
31func (i *TestExampleImplementation) TheExampleMethod(a, b, c int) (int, error) {
32 args := i.Called(a, b, c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected