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

Method TheExampleMethod

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

Source from the content-addressed store, hash-verified

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

Implementers 1

TestExampleImplementationmock/mock_test.go

Calls

no outgoing calls