package core
import "github.com/golang/mock/mockgen/internal/tests/self_package"
Package core is a generated GoMock package.
Index ¶
- type Info
- type Methods
- type MockMethods
- func NewMockMethods(ctrl *gomock.Controller) *MockMethods
- func (m *MockMethods) EXPECT() *MockMethodsMockRecorder
- type MockMethodsMockRecorder
Types ¶
type Info ¶
type Info struct{}
type Methods ¶
type Methods interface {
// contains filtered or unexported methods
}
type MockMethods ¶
type MockMethods struct {
// contains filtered or unexported fields
}
MockMethods is a mock of Methods interface.
func NewMockMethods ¶
func NewMockMethods(ctrl *gomock.Controller) *MockMethods
NewMockMethods creates a new mock instance.
func (*MockMethods) EXPECT ¶
func (m *MockMethods) EXPECT() *MockMethodsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMethodsMockRecorder ¶
type MockMethodsMockRecorder struct {
// contains filtered or unexported fields
}
MockMethodsMockRecorder is the mock recorder for MockMethods.
Source Files ¶
- Version
- v1.6.0 (latest)
- Published
- Jun 11, 2021
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 5 days ago –
Tools for package owners.