package mock_pkg
import "github.com/golang/mock/mockgen/tests/internal_pkg/subdir/internal/pkg/source_output"
Package mock_pkg is a generated GoMock package.
Index ¶
- type MockArg
- func NewMockArg(ctrl *gomock.Controller) *MockArg
- func (m *MockArg) EXPECT() *MockArgMockRecorder
- func (m *MockArg) Foo() int
- type MockArgMockRecorder
- type MockIntf
- func NewMockIntf(ctrl *gomock.Controller) *MockIntf
- func (m *MockIntf) EXPECT() *MockIntfMockRecorder
- func (m *MockIntf) F() pkg.Arg
- type MockIntfMockRecorder
Types ¶
type MockArg ¶
type MockArg struct {
// contains filtered or unexported fields
}
MockArg is a mock of Arg interface
func NewMockArg ¶
func NewMockArg(ctrl *gomock.Controller) *MockArg
NewMockArg creates a new mock instance
func (*MockArg) EXPECT ¶
func (m *MockArg) EXPECT() *MockArgMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockArg) Foo ¶
Foo mocks base method
type MockArgMockRecorder ¶
type MockArgMockRecorder struct {
// contains filtered or unexported fields
}
MockArgMockRecorder is the mock recorder for MockArg
func (*MockArgMockRecorder) Foo ¶
func (mr *MockArgMockRecorder) Foo() *gomock.Call
Foo indicates an expected call of Foo
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
- linux/amd64
- Imports
- 3 packages
- Last checked
- 3 hours ago –
Tools for package owners.