Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeInflator
- func (fake *FakeInflator) Close() error
- func (fake *FakeInflator) CloseCallCount() int
- func (fake *FakeInflator) CloseReturns(result1 error)
- func (fake *FakeInflator) Inflate(arg1 lager.Logger, arg2 string, arg3 string, arg4 string) error
- func (fake *FakeInflator) InflateArgsForCall(i int) (lager.Logger, string, string, string)
- func (fake *FakeInflator) InflateCallCount() int
- func (fake *FakeInflator) InflateReturns(result1 error)
- func (fake *FakeInflator) Invocations() map[string][][]interface{}
- func (fake *FakeInflator) LogPath() string
- func (fake *FakeInflator) LogPathCallCount() int
- func (fake *FakeInflator) LogPathReturns(result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInflator ¶
type FakeInflator struct { InflateStub func(lager.Logger, string, string, string) error LogPathStub func() string CloseStub func() error // contains filtered or unexported fields }
func (*FakeInflator) Close ¶
func (fake *FakeInflator) Close() error
func (*FakeInflator) CloseCallCount ¶
func (fake *FakeInflator) CloseCallCount() int
func (*FakeInflator) CloseReturns ¶
func (fake *FakeInflator) CloseReturns(result1 error)
func (*FakeInflator) InflateArgsForCall ¶
func (*FakeInflator) InflateCallCount ¶
func (fake *FakeInflator) InflateCallCount() int
func (*FakeInflator) InflateReturns ¶
func (fake *FakeInflator) InflateReturns(result1 error)
func (*FakeInflator) Invocations ¶
func (fake *FakeInflator) Invocations() map[string][][]interface{}
func (*FakeInflator) LogPath ¶
func (fake *FakeInflator) LogPath() string
func (*FakeInflator) LogPathCallCount ¶
func (fake *FakeInflator) LogPathCallCount() int
func (*FakeInflator) LogPathReturns ¶
func (fake *FakeInflator) LogPathReturns(result1 string)
Click to show internal directories.
Click to hide internal directories.