Documentation
¶
Overview ¶
Package jpath is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockPath ¶
type MockPath struct {
// contains filtered or unexported fields
}
MockPath is a mock of Path interface.
func NewMockPath ¶
func NewMockPath(ctrl *gomock.Controller) *MockPath
NewMockPath creates a new mock instance.
func (*MockPath) EXPECT ¶
func (m *MockPath) EXPECT() *MockPathMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPathMockRecorder ¶
type MockPathMockRecorder struct {
// contains filtered or unexported fields
}
MockPathMockRecorder is the mock recorder for MockPath.
func (*MockPathMockRecorder) Read ¶
func (mr *MockPathMockRecorder) Read(val interface{}) *gomock.Call
Read indicates an expected call of Read.
Click to show internal directories.
Click to hide internal directories.