mock_path

package
v0.2.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mock_path is a generated GoMock package.

Index

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) Base

func (m *MockPath) Base(arg0 string) string

Base mocks base method.

func (*MockPath) Clean

func (m *MockPath) Clean(arg0 string) string

Clean mocks base method.

func (*MockPath) Dir

func (m *MockPath) Dir(arg0 string) string

Dir mocks base method.

func (*MockPath) EXPECT

func (m *MockPath) EXPECT() *MockPathMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPath) Ext

func (m *MockPath) Ext(arg0 string) string

Ext mocks base method.

func (*MockPath) IsAbs

func (m *MockPath) IsAbs(arg0 string) bool

IsAbs mocks base method.

func (*MockPath) Join

func (m *MockPath) Join(arg0 ...string) string

Join mocks base method.

func (*MockPath) Match

func (m *MockPath) Match(arg0, arg1 string) (bool, error)

Match mocks base method.

func (*MockPath) Split

func (m *MockPath) Split(arg0 string) (string, string)

Split mocks base method.

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.

func (*MockPathMockRecorder) Match

func (mr *MockPathMockRecorder) Match(arg0, arg1 any) *gomock.Call

Match indicates an expected call of Match.

func (*MockPathMockRecorder) Split

func (mr *MockPathMockRecorder) Split(arg0 any) *gomock.Call

Split indicates an expected call of Split.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL