Documentation
¶
Index ¶
- type FileManager
- type Logger
- func (_m *Logger) Debugf(format string, v ...interface{})
- func (_m *Logger) Donef(format string, v ...interface{})
- func (_m *Logger) EnableDebugLog(enable bool)
- func (_m *Logger) Errorf(format string, v ...interface{})
- func (_m *Logger) Infof(format string, v ...interface{})
- func (_m *Logger) Printf(format string, v ...interface{})
- func (_m *Logger) Println()
- func (_m *Logger) TDebugf(format string, v ...interface{})
- func (_m *Logger) TDonef(format string, v ...interface{})
- func (_m *Logger) TErrorf(format string, v ...interface{})
- func (_m *Logger) TInfof(format string, v ...interface{})
- func (_m *Logger) TPrintf(format string, v ...interface{})
- func (_m *Logger) TWarnf(format string, v ...interface{})
- func (_m *Logger) Warnf(format string, v ...interface{})
- type PathChecker
- type PathProvider
- type XcodeProject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileManager ¶
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
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func (*Logger) EnableDebugLog ¶
EnableDebugLog provides a mock function with given fields: enable
func (*Logger) Println ¶
func (_m *Logger) Println()
Println provides a mock function with given fields:
type PathChecker ¶
PathChecker is an autogenerated mock type for the PathChecker type
func NewPathChecker ¶
func NewPathChecker(t mockConstructorTestingTNewPathChecker) *PathChecker
NewPathChecker creates a new instance of PathChecker. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*PathChecker) IsDirExists ¶
func (_m *PathChecker) IsDirExists(pth string) (bool, error)
IsDirExists provides a mock function with given fields: pth
func (*PathChecker) IsPathExists ¶
func (_m *PathChecker) IsPathExists(pth string) (bool, error)
IsPathExists provides a mock function with given fields: pth
type PathProvider ¶
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 ¶
XcodeProject is an autogenerated mock type for the XcodeProject type