Documentation
¶
Overview ¶
Package mock_app_method_line is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMethodLineRepo ¶
type MockMethodLineRepo struct {
// contains filtered or unexported fields
}
MockMethodLineRepo is a mock of MethodLineRepo interface.
func NewMockMethodLineRepo ¶
func NewMockMethodLineRepo(ctrl *gomock.Controller) *MockMethodLineRepo
NewMockMethodLineRepo creates a new mock instance.
func (*MockMethodLineRepo) EXPECT ¶
func (m *MockMethodLineRepo) EXPECT() *MockMethodLineRepoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMethodLineRepo) GetMethodLines ¶
func (m *MockMethodLineRepo) GetMethodLines(arg0, arg1, arg2 string) ([]string, error)
GetMethodLines mocks base method.
func (*MockMethodLineRepo) GetMethodLinesByPath ¶
func (m *MockMethodLineRepo) GetMethodLinesByPath(arg0, arg1 string) ([]*interfaces.ResultPath, error)
GetMethodLinesByPath mocks base method.
type MockMethodLineRepoMockRecorder ¶
type MockMethodLineRepoMockRecorder struct {
// contains filtered or unexported fields
}
MockMethodLineRepoMockRecorder is the mock recorder for MockMethodLineRepo.
func (*MockMethodLineRepoMockRecorder) GetMethodLines ¶
func (mr *MockMethodLineRepoMockRecorder) GetMethodLines(arg0, arg1, arg2 any) *gomock.Call
GetMethodLines indicates an expected call of GetMethodLines.
func (*MockMethodLineRepoMockRecorder) GetMethodLinesByPath ¶
func (mr *MockMethodLineRepoMockRecorder) GetMethodLinesByPath(arg0, arg1 any) *gomock.Call
GetMethodLinesByPath indicates an expected call of GetMethodLinesByPath.
Click to show internal directories.
Click to hide internal directories.