package source
import "github.com/golang/mock/mockgen/internal/tests/missing_import/output"
Package source is a generated GoMock package.
Index ¶
- type MockBar
- func NewMockBar(ctrl *gomock.Controller) *MockBar
- func (m *MockBar) Baz(arg0 source.Foo)
- func (m *MockBar) EXPECT() *MockBarMockRecorder
- type MockBarMockRecorder
Types ¶
type MockBar ¶
type MockBar struct {
// contains filtered or unexported fields
}
MockBar is a mock of Bar interface.
func NewMockBar ¶
func NewMockBar(ctrl *gomock.Controller) *MockBar
NewMockBar creates a new mock instance.
func (*MockBar) Baz ¶
Baz mocks base method.
func (*MockBar) EXPECT ¶
func (m *MockBar) EXPECT() *MockBarMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockBarMockRecorder ¶
type MockBarMockRecorder struct {
// contains filtered or unexported fields
}
MockBarMockRecorder is the mock recorder for MockBar.
func (*MockBarMockRecorder) Baz ¶
func (mr *MockBarMockRecorder) Baz(arg0 interface{}) *gomock.Call
Baz indicates an expected call of Baz.
Source Files ¶
- Version
- v1.6.0 (latest)
- Published
- Jun 11, 2021
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 5 days ago –
Tools for package owners.