package mock_pkg
import "github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/reflect_output"
Package mock_pkg is a generated GoMock package.
Index ¶
- type MockIntf
- func NewMockIntf(ctrl *gomock.Controller) *MockIntf
- func (m *MockIntf) EXPECT() *MockIntfMockRecorder
- func (m *MockIntf) F() pkg.Arg
- type MockIntfMockRecorder
Types ¶
type MockIntf ¶
type MockIntf struct {
// contains filtered or unexported fields
}
MockIntf is a mock of Intf interface
func NewMockIntf ¶
func NewMockIntf(ctrl *gomock.Controller) *MockIntf
NewMockIntf creates a new mock instance
func (*MockIntf) EXPECT ¶
func (m *MockIntf) EXPECT() *MockIntfMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIntf) F ¶
F mocks base method
type MockIntfMockRecorder ¶
type MockIntfMockRecorder struct {
// contains filtered or unexported fields
}
MockIntfMockRecorder is the mock recorder for MockIntf
func (*MockIntfMockRecorder) F ¶
func (mr *MockIntfMockRecorder) F() *gomock.Call
F indicates an expected call of F
Source Files ¶
- Version
- v1.1.1
- Published
- Apr 5, 2018
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 4 minutes ago –
Tools for package owners.