mocks

package
v0.0.0-...-d788a01 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileManager

type FileManager struct {
	mock.Mock
}

FileManager is an autogenerated mock type for the FileManager type

func (*FileManager) ReadDir

func (_m *FileManager) ReadDir(name string) ([]fs.DirEntry, error)

ReadDir provides a mock function with given fields: name

func (*FileManager) ReadFile

func (_m *FileManager) ReadFile(pth string) ([]byte, error)

ReadFile provides a mock function with given fields: pth

func (*FileManager) WriteFile

func (_m *FileManager) WriteFile(filename string, data []byte, perm fs.FileMode) error

WriteFile provides a mock function with given fields: filename, data, perm

type Logger

type Logger struct {
	mock.Mock
}

Logger is an autogenerated mock type for the Logger type

func (*Logger) Debugf

func (_m *Logger) Debugf(format string, v ...interface{})

Debugf provides a mock function with given fields: format, v

func (*Logger) Donef

func (_m *Logger) Donef(format string, v ...interface{})

Donef provides a mock function with given fields: format, v

func (*Logger) EnableDebugLog

func (_m *Logger) EnableDebugLog(enable bool)

EnableDebugLog provides a mock function with given fields: enable

func (*Logger) Errorf

func (_m *Logger) Errorf(format string, v ...interface{})

Errorf provides a mock function with given fields: format, v

func (*Logger) Infof

func (_m *Logger) Infof(format string, v ...interface{})

Infof provides a mock function with given fields: format, v

func (*Logger) Printf

func (_m *Logger) Printf(format string, v ...interface{})

Printf provides a mock function with given fields: format, v

func (*Logger) Println

func (_m *Logger) Println()

Println provides a mock function with given fields:

func (*Logger) TDebugf

func (_m *Logger) TDebugf(format string, v ...interface{})

TDebugf provides a mock function with given fields: format, v

func (*Logger) TDonef

func (_m *Logger) TDonef(format string, v ...interface{})

TDonef provides a mock function with given fields: format, v

func (*Logger) TErrorf

func (_m *Logger) TErrorf(format string, v ...interface{})

TErrorf provides a mock function with given fields: format, v

func (*Logger) TInfof

func (_m *Logger) TInfof(format string, v ...interface{})

TInfof provides a mock function with given fields: format, v

func (*Logger) TPrintf

func (_m *Logger) TPrintf(format string, v ...interface{})

TPrintf provides a mock function with given fields: format, v

func (*Logger) TWarnf

func (_m *Logger) TWarnf(format string, v ...interface{})

TWarnf provides a mock function with given fields: format, v

func (*Logger) Warnf

func (_m *Logger) Warnf(format string, v ...interface{})

Warnf provides a mock function with given fields: format, v

type PathChecker

type PathChecker struct {
	mock.Mock
}

PathChecker is an autogenerated mock type for the PathChecker type

func (*PathChecker) IsPathExists

func (_m *PathChecker) IsPathExists(pth string) (bool, error)

IsPathExists provides a mock function with given fields: pth

type PathProvider

type PathProvider struct {
	mock.Mock
}

PathProvider is an autogenerated mock type for the PathProvider type

func (*PathProvider) CreateTempDir

func (_m *PathProvider) CreateTempDir(prefix string) (string, error)

CreateTempDir provides a mock function with given fields: prefix

type XcodeProject

type XcodeProject struct {
	mock.Mock
}

XcodeProject is an autogenerated mock type for the XcodeProject type

func (*XcodeProject) Scheme

func (_m *XcodeProject) Scheme(pth string, name string) (*xcscheme.Scheme, error)

Scheme provides a mock function with given fields: pth, name

Jump to

Keyboard shortcuts

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