Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeOsys
- func (fake *FakeOsys) Exit(arg1 int)
- func (fake *FakeOsys) ExitArgsForCall(i int) int
- func (fake *FakeOsys) ExitCallCount() int
- func (fake *FakeOsys) ExitCalls(stub func(int))
- func (fake *FakeOsys) Getenv(arg1 string) string
- func (fake *FakeOsys) GetenvArgsForCall(i int) string
- func (fake *FakeOsys) GetenvCallCount() int
- func (fake *FakeOsys) GetenvCalls(stub func(string) string)
- func (fake *FakeOsys) GetenvReturns(result1 string)
- func (fake *FakeOsys) GetenvReturnsOnCall(i int, result1 string)
- func (fake *FakeOsys) Invocations() map[string][][]interface{}
- func (fake *FakeOsys) LookupEnv(arg1 string) (string, bool)
- func (fake *FakeOsys) LookupEnvArgsForCall(i int) string
- func (fake *FakeOsys) LookupEnvCallCount() int
- func (fake *FakeOsys) LookupEnvCalls(stub func(string) (string, bool))
- func (fake *FakeOsys) LookupEnvReturns(result1 string, result2 bool)
- func (fake *FakeOsys) LookupEnvReturnsOnCall(i int, result1 string, result2 bool)
- func (fake *FakeOsys) ReadDir(arg1 string) ([]fs.DirEntry, error)
- func (fake *FakeOsys) ReadDirArgsForCall(i int) string
- func (fake *FakeOsys) ReadDirCallCount() int
- func (fake *FakeOsys) ReadDirCalls(stub func(string) ([]fs.DirEntry, error))
- func (fake *FakeOsys) ReadDirReturns(result1 []fs.DirEntry, result2 error)
- func (fake *FakeOsys) ReadDirReturnsOnCall(i int, result1 []fs.DirEntry, result2 error)
- func (fake *FakeOsys) Setenv(arg1 string, arg2 string) error
- func (fake *FakeOsys) SetenvArgsForCall(i int) (string, string)
- func (fake *FakeOsys) SetenvCallCount() int
- func (fake *FakeOsys) SetenvCalls(stub func(string, string) error)
- func (fake *FakeOsys) SetenvReturns(result1 error)
- func (fake *FakeOsys) SetenvReturnsOnCall(i int, result1 error)
- func (fake *FakeOsys) Stderr() *os.File
- func (fake *FakeOsys) StderrCallCount() int
- func (fake *FakeOsys) StderrCalls(stub func() *os.File)
- func (fake *FakeOsys) StderrReturns(result1 *os.File)
- func (fake *FakeOsys) StderrReturnsOnCall(i int, result1 *os.File)
- func (fake *FakeOsys) Stdin() *os.File
- func (fake *FakeOsys) StdinCallCount() int
- func (fake *FakeOsys) StdinCalls(stub func() *os.File)
- func (fake *FakeOsys) StdinReturns(result1 *os.File)
- func (fake *FakeOsys) StdinReturnsOnCall(i int, result1 *os.File)
- func (fake *FakeOsys) Stdout() *os.File
- func (fake *FakeOsys) StdoutCallCount() int
- func (fake *FakeOsys) StdoutCalls(stub func() *os.File)
- func (fake *FakeOsys) StdoutReturns(result1 *os.File)
- func (fake *FakeOsys) StdoutReturnsOnCall(i int, result1 *os.File)
- func (fake *FakeOsys) Unsetenv(arg1 string) error
- func (fake *FakeOsys) UnsetenvArgsForCall(i int) string
- func (fake *FakeOsys) UnsetenvCallCount() int
- func (fake *FakeOsys) UnsetenvCalls(stub func(string) error)
- func (fake *FakeOsys) UnsetenvReturns(result1 error)
- func (fake *FakeOsys) UnsetenvReturnsOnCall(i int, result1 error)
- func (fake *FakeOsys) UserHomeDir() (string, error)
- func (fake *FakeOsys) UserHomeDirCallCount() int
- func (fake *FakeOsys) UserHomeDirCalls(stub func() (string, error))
- func (fake *FakeOsys) UserHomeDirReturns(result1 string, result2 error)
- func (fake *FakeOsys) UserHomeDirReturnsOnCall(i int, result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOsys ¶
type FakeOsys struct { ExitStub func(int) GetenvStub func(string) string LookupEnvStub func(string) (string, bool) ReadDirStub func(string) ([]fs.DirEntry, error) SetenvStub func(string, string) error StderrStub func() *os.File StdinStub func() *os.File StdoutStub func() *os.File UnsetenvStub func(string) error UserHomeDirStub func() (string, error) // contains filtered or unexported fields }
func (*FakeOsys) ExitArgsForCall ¶
func (*FakeOsys) ExitCallCount ¶
func (*FakeOsys) GetenvArgsForCall ¶ added in v0.2.3
func (*FakeOsys) GetenvCallCount ¶ added in v0.2.3
func (*FakeOsys) GetenvCalls ¶ added in v0.2.3
func (*FakeOsys) GetenvReturns ¶ added in v0.2.3
func (*FakeOsys) GetenvReturnsOnCall ¶ added in v0.2.3
func (*FakeOsys) Invocations ¶
func (*FakeOsys) LookupEnvArgsForCall ¶ added in v0.2.3
func (*FakeOsys) LookupEnvCallCount ¶ added in v0.2.3
func (*FakeOsys) LookupEnvCalls ¶ added in v0.2.3
func (*FakeOsys) LookupEnvReturns ¶ added in v0.2.3
func (*FakeOsys) LookupEnvReturnsOnCall ¶ added in v0.2.3
func (*FakeOsys) ReadDirArgsForCall ¶ added in v0.5.0
func (*FakeOsys) ReadDirCallCount ¶ added in v0.5.0
func (*FakeOsys) ReadDirCalls ¶ added in v0.5.0
func (*FakeOsys) ReadDirReturns ¶ added in v0.5.0
func (*FakeOsys) ReadDirReturnsOnCall ¶ added in v0.5.0
func (*FakeOsys) SetenvArgsForCall ¶ added in v0.2.3
func (*FakeOsys) SetenvCallCount ¶ added in v0.2.3
func (*FakeOsys) SetenvCalls ¶ added in v0.2.3
func (*FakeOsys) SetenvReturns ¶ added in v0.2.3
func (*FakeOsys) SetenvReturnsOnCall ¶ added in v0.2.3
func (*FakeOsys) StderrCallCount ¶
func (*FakeOsys) StderrCalls ¶
func (*FakeOsys) StderrReturns ¶
func (*FakeOsys) StderrReturnsOnCall ¶
func (*FakeOsys) StdinCallCount ¶
func (*FakeOsys) StdinCalls ¶
func (*FakeOsys) StdinReturns ¶
func (*FakeOsys) StdinReturnsOnCall ¶
func (*FakeOsys) StdoutCallCount ¶
func (*FakeOsys) StdoutCalls ¶
func (*FakeOsys) StdoutReturns ¶
func (*FakeOsys) StdoutReturnsOnCall ¶
func (*FakeOsys) UnsetenvArgsForCall ¶ added in v0.3.0
func (*FakeOsys) UnsetenvCallCount ¶ added in v0.3.0
func (*FakeOsys) UnsetenvCalls ¶ added in v0.3.0
func (*FakeOsys) UnsetenvReturns ¶ added in v0.3.0
func (*FakeOsys) UnsetenvReturnsOnCall ¶ added in v0.3.0
func (*FakeOsys) UserHomeDir ¶
func (*FakeOsys) UserHomeDirCallCount ¶
func (*FakeOsys) UserHomeDirCalls ¶
func (*FakeOsys) UserHomeDirReturns ¶
Click to show internal directories.
Click to hide internal directories.