Documentation
¶
Overview ¶
Package mock_path is a generated GoMock package.
Index ¶
- type MockPath
- func (m *MockPath) Base(arg0 string) string
- func (m *MockPath) Clean(arg0 string) string
- func (m *MockPath) Dir(arg0 string) string
- func (m *MockPath) EXPECT() *MockPathMockRecorder
- func (m *MockPath) Ext(arg0 string) string
- func (m *MockPath) IsAbs(arg0 string) bool
- func (m *MockPath) Join(arg0 ...string) string
- func (m *MockPath) Match(arg0, arg1 string) (bool, error)
- func (m *MockPath) Split(arg0 string) (string, string)
- type MockPathMockRecorder
- func (mr *MockPathMockRecorder) Base(arg0 any) *gomock.Call
- func (mr *MockPathMockRecorder) Clean(arg0 any) *gomock.Call
- func (mr *MockPathMockRecorder) Dir(arg0 any) *gomock.Call
- func (mr *MockPathMockRecorder) Ext(arg0 any) *gomock.Call
- func (mr *MockPathMockRecorder) IsAbs(arg0 any) *gomock.Call
- func (mr *MockPathMockRecorder) Join(arg0 ...any) *gomock.Call
- func (mr *MockPathMockRecorder) Match(arg0, arg1 any) *gomock.Call
- func (mr *MockPathMockRecorder) Split(arg0 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) Base ¶
func (mr *MockPathMockRecorder) Base(arg0 any) *gomock.Call
Base indicates an expected call of Base.
func (*MockPathMockRecorder) Clean ¶
func (mr *MockPathMockRecorder) Clean(arg0 any) *gomock.Call
Clean indicates an expected call of Clean.
func (*MockPathMockRecorder) Dir ¶
func (mr *MockPathMockRecorder) Dir(arg0 any) *gomock.Call
Dir indicates an expected call of Dir.
func (*MockPathMockRecorder) Ext ¶
func (mr *MockPathMockRecorder) Ext(arg0 any) *gomock.Call
Ext indicates an expected call of Ext.
func (*MockPathMockRecorder) IsAbs ¶
func (mr *MockPathMockRecorder) IsAbs(arg0 any) *gomock.Call
IsAbs indicates an expected call of IsAbs.
func (*MockPathMockRecorder) Join ¶
func (mr *MockPathMockRecorder) Join(arg0 ...any) *gomock.Call
Join indicates an expected call of Join.
Click to show internal directories.
Click to hide internal directories.