package
1.7.0-rc.1
Repository: https://github.com/golang/mock.git
Documentation: pkg.go.dev

# README

Unexported Method

From #52, this tests an unexported method in the mocked interface.

# Functions

CallExample is a simple function that uses the interface.
NewMockExample creates a new mock instance.

# Structs

MockExample is a mock of Example interface.
MockExampleMockRecorder is the mock recorder for MockExample.

# Interfaces

Example is an interface with a non exported method.