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

Interface ExampleInterface

mock/mock_test.go:22–24  ·  mock/mock_test.go::ExampleInterface

* Test objects */ ExampleInterface represents an example interface.

Source from the content-addressed store, hash-verified

20
21// ExampleInterface represents an example interface.
22type ExampleInterface interface {
23 TheExampleMethod(a, b, c int) (int, error)
24}
25
26// TestExampleImplementation is a test implementation of ExampleInterface
27type TestExampleImplementation struct {

Implementers 1

TestExampleImplementationmock/mock_test.go

Calls

no outgoing calls

Tested by

no test coverage detected