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) Invocations() map[string][][]interface{}
- 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) 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) StderrStub func() *os.File StdinStub func() *os.File StdoutStub func() *os.File UserHomeDirStub func() (string, error) // contains filtered or unexported fields }
func (*FakeOsys) ExitArgsForCall ¶
func (*FakeOsys) ExitCallCount ¶
func (*FakeOsys) Invocations ¶
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) UserHomeDir ¶
func (*FakeOsys) UserHomeDirCallCount ¶
func (*FakeOsys) UserHomeDirCalls ¶
func (*FakeOsys) UserHomeDirReturns ¶
Click to show internal directories.
Click to hide internal directories.