Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FileSystem
- func (fake *FileSystem) Glob(pattern string) ([]string, error)
- func (fake *FileSystem) GlobArgsForCall(i int) string
- func (fake *FileSystem) GlobCallCount() int
- func (fake *FileSystem) GlobReturns(result1 []string, result2 error)
- func (fake *FileSystem) GlobReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FileSystem) Invocations() map[string][][]interface{}
- func (fake *FileSystem) ReadFile(path string) ([]byte, error)
- func (fake *FileSystem) ReadFileArgsForCall(i int) string
- func (fake *FileSystem) ReadFileCallCount() int
- func (fake *FileSystem) ReadFileReturns(result1 []byte, result2 error)
- func (fake *FileSystem) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct { GlobStub func(pattern string) ([]string, error) ReadFileStub func(path string) ([]byte, error) // contains filtered or unexported fields }
func (*FileSystem) GlobArgsForCall ¶
func (fake *FileSystem) GlobArgsForCall(i int) string
func (*FileSystem) GlobCallCount ¶
func (fake *FileSystem) GlobCallCount() int
func (*FileSystem) GlobReturns ¶
func (fake *FileSystem) GlobReturns(result1 []string, result2 error)
func (*FileSystem) GlobReturnsOnCall ¶
func (fake *FileSystem) GlobReturnsOnCall(i int, result1 []string, result2 error)
func (*FileSystem) Invocations ¶
func (fake *FileSystem) Invocations() map[string][][]interface{}
func (*FileSystem) ReadFileArgsForCall ¶
func (fake *FileSystem) ReadFileArgsForCall(i int) string
func (*FileSystem) ReadFileCallCount ¶
func (fake *FileSystem) ReadFileCallCount() int
func (*FileSystem) ReadFileReturns ¶
func (fake *FileSystem) ReadFileReturns(result1 []byte, result2 error)
func (*FileSystem) ReadFileReturnsOnCall ¶
func (fake *FileSystem) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)
Click to show internal directories.
Click to hide internal directories.