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

Interface ExampleInterface

mock/mock_test.go:21–23  ·  view source on GitHub ↗

* Test objects */ ExampleInterface represents an example interface.

Source from the content-addressed store, hash-verified

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

Implementers 1

TestExampleImplementationmock/mock_test.go

Calls

no outgoing calls

Tested by

no test coverage detected