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

Method TheExampleMethod

mock/mock_test.go:23–23  ·  view source on GitHub ↗
(a, b, c int)

Source from the content-addressed store, hash-verified

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

Implementers 1

TestExampleImplementationmock/mock_test.go

Calls

no outgoing calls